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
This commit is contained in:
patacongo
2013-03-08 22:01:50 +00:00
parent 1663d7ed2c
commit f6a88f0d75
+1 -1
View File
@@ -4396,7 +4396,7 @@ build
<code>CONFIG_MM_REGIONS</code>: If the architecture includes multiple <code>CONFIG_MM_REGIONS</code>: If the architecture includes multiple
regions of memory to allocate from, this specifies the regions of memory to allocate from, this specifies the
number of memory regions that the memory manager must number of memory regions that the memory manager must
handle and enables the API mm_addregion(start, end); handle and enables the API <code>mm_addregion(heap, start, end)</code>.
</li> </li>
<li> <li>
<code>CONFIG_MM_SMALL</code>: Each memory allocation has a small allocation <code>CONFIG_MM_SMALL</code>: Each memory allocation has a small allocation