summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2013-03-08 22:01:50 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2013-03-08 22:01:50 +0000
commitf2c129b281fc8fa30eccb9b34df534f954ee3c47 (patch)
treea5ff5a1a0415f7fabf66180ccb432243740f4d74 /nuttx/ChangeLog
parent5e160bcf59441ce40088ca089cbeb4461a0b0d6a (diff)
downloadnuttx-f2c129b281fc8fa30eccb9b34df534f954ee3c47.tar.gz
nuttx-f2c129b281fc8fa30eccb9b34df534f954ee3c47.tar.bz2
nuttx-f2c129b281fc8fa30eccb9b34df534f954ee3c47.zip
up_addregion should use kmm_addregion; move garbage kmm*.c file to mm/. for now
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5721 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog8
1 files changed, 6 insertions, 2 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 2bc475683..f0720f02f 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -4284,6 +4284,10 @@
* mm/: Move all memory manager globals into a structure. A reference
to this structure is now passed internally between mm APIs. This
change will (eventually) support multiple heaps and heap allocators.
- (2013-03-07).
+ (2013-03-08).
* mm/ and include/nuttx/mm.h: Implement support for multiple heaps.
- (2013-03-07).
+ (2013-03-08).
+ * arch/*/src: xyz_addregion() needs to call kmm_addregion, not mm_addretion.
+ (2013-03-08).
+ * sched/kmm*.c: Move this garbage kmm*.c file to mm/. until I decide what
+ to do with them (which is probably to just delete them). (2013-03-08).