From 42f0eb7d345ceb88f37943b26ef853719bd46121 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Tue, 23 Sep 2014 08:46:31 -0600 Subject: [PATCH] Add shared memory initializatin logic --- arch/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/Kconfig b/arch/Kconfig index c586595a94f..2c024d0b885 100644 --- a/arch/Kconfig +++ b/arch/Kconfig @@ -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.