aboutsummaryrefslogtreecommitdiffstats
path: root/init
diff options
context:
space:
mode:
authorIngo Molnar <mingo@elte.hu>2009-04-08 04:35:30 -0400
committerIngo Molnar <mingo@elte.hu>2009-04-08 04:35:30 -0400
commit5ea472a77f8e4811ceee3f44a9deda6ad6e8b789 (patch)
treea9ec5019e2b666a19874fc344ffb0dd5da6bce94 /init
parent6c009ecef8cca28c7c09eb16d0802e37915a76e1 (diff)
parent577c9c456f0e1371cbade38eaf91ae8e8a308555 (diff)
Merge commit 'v2.6.30-rc1' into perfcounters/core
Conflicts: arch/powerpc/include/asm/systbl.h arch/powerpc/include/asm/unistd.h include/linux/init_task.h Merge reason: the conflicts are non-trivial: PowerPC placement of sys_perf_counter_open has to be mixed with the new preadv/pwrite syscalls. Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'init')
-rw-r--r--init/Kconfig10
1 files changed, 8 insertions, 2 deletions
diff --git a/init/Kconfig b/init/Kconfig
index 35659ed442e5..b37350f16253 100644
--- a/init/Kconfig
+++ b/init/Kconfig
@@ -208,6 +208,12 @@ config POSIX_MQUEUE
208 208
209 If unsure, say Y. 209 If unsure, say Y.
210 210
211config POSIX_MQUEUE_SYSCTL
212 bool
213 depends on POSIX_MQUEUE
214 depends on SYSCTL
215 default y
216
211config BSD_PROCESS_ACCT 217config BSD_PROCESS_ACCT
212 bool "BSD Process Accounting" 218 bool "BSD Process Accounting"
213 help 219 help
@@ -670,10 +676,10 @@ config UTS_NS
670 676
671config IPC_NS 677config IPC_NS
672 bool "IPC namespace" 678 bool "IPC namespace"
673 depends on NAMESPACES && SYSVIPC 679 depends on NAMESPACES && (SYSVIPC || POSIX_MQUEUE)
674 help 680 help
675 In this namespace tasks work with IPC ids which correspond to 681 In this namespace tasks work with IPC ids which correspond to
676 different IPC objects in different namespaces 682 different IPC objects in different namespaces.
677 683
678config USER_NS 684config USER_NS
679 bool "User namespace (EXPERIMENTAL)" 685 bool "User namespace (EXPERIMENTAL)"