Add shared memory initializatin logic

This commit is contained in:
Gregory Nutt
2014-09-23 08:46:31 -06:00
parent 1c0433bdf4
commit 42f0eb7d34
+1 -1
View File
@@ -200,7 +200,7 @@ config ARCH_HEAP_VBASE
The virtual address of the beginning of the heap region.
config ARCH_SHM_VBASE
hex "Virtual heap base"
hex "Shared memory base"
depends on MM_SHM
---help---
The virtual address of the beginning of the shared memory region.