public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH][v850]  Make CONFIG_SYSVIPC depend on CONFIG_MMU
@ 2004-06-25  6:29 Miles Bader
  0 siblings, 0 replies; only message in thread
From: Miles Bader @ 2004-06-25  6:29 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: linux-kernel

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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2004-06-25  6:31 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-06-25  6:29 [PATCH][v850] Make CONFIG_SYSVIPC depend on CONFIG_MMU Miles Bader

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox