[PATCH][v850] Make CONFIG_SYSVIPC depend on CONFIG_MMU

From: Miles Bader
Date: Fri Jun 25 2004 - 01:34:03 EST


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@xxxxxxx>

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@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/