lkml.org 
[lkml]   [2004]   [Jun]   [25]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Subject[PATCH][v850] Make CONFIG_SYSVIPC depend on CONFIG_MMU
DateFri, 25 Jun 2004 15:29:46 +0900 (JST)
From(Miles Bader)
The sysv-ipc code uses mm/shmem.o, which in turn uses VM stuff and is
only compiled on MMU systems.

Signed-off-by: Miles Bader <miles@gnu.org>

init/Kconfig | 1 +
1 files changed, 1 insertion(+)
diff -ruN -X../cludes linux-2.6.7-uc0/init/Kconfig linux-2.6.7-uc0-v850-20040625/init/Kconfig
--- linux-2.6.7-uc0/init/Kconfig 2004-06-24 17:08:30.000000000 +0900
+++ linux-2.6.7-uc0-v850-20040625/init/Kconfig 2004-06-25 14:47:26.000000000 +0900
@@ -77,6 +77,7 @@

config SYSVIPC
bool "System V IPC"
+ depends on MMU
---help---
Inter Process Communication is a suite of library functions and
system calls which let processes (running programs) synchronize and
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
\
 
 \ /
  Last update: 2005-03-22 14:04    [from the cache]
©2003-2010