aboutsummaryrefslogtreecommitdiffstats
path: root/init
diff options
context:
space:
mode:
authorIngo Molnar <mingo@elte.hu>2011-05-12 03:36:18 -0400
committerIngo Molnar <mingo@elte.hu>2011-05-12 03:36:18 -0400
commit9cb5baba5e3acba0994ad899ee908799104c9965 (patch)
treed5ff16000256a0bf56279926e6114b4603ede2b4 /init
parent7142d17e8f935fa842e9f6eece2281b6d41625d6 (diff)
parent693d92a1bbc9e42681c42ed190bd42b636ca876f (diff)
Merge commit 'v2.6.39-rc7' into sched/core
Diffstat (limited to 'init')
-rw-r--r--init/Kconfig17
1 files changed, 9 insertions, 8 deletions
diff --git a/init/Kconfig b/init/Kconfig
index 32745bfe059e..9c812c5fb6e8 100644
--- a/init/Kconfig
+++ b/init/Kconfig
@@ -929,14 +929,6 @@ menuconfig EXPERT
929 environments which can tolerate a "non-standard" kernel. 929 environments which can tolerate a "non-standard" kernel.
930 Only use this if you really know what you are doing. 930 Only use this if you really know what you are doing.
931 931
932config EMBEDDED
933 bool "Embedded system"
934 select EXPERT
935 help
936 This option should be enabled if compiling the kernel for
937 an embedded system so certain expert options are available
938 for configuration.
939
940config UID16 932config UID16
941 bool "Enable 16-bit UID system calls" if EXPERT 933 bool "Enable 16-bit UID system calls" if EXPERT
942 depends on ARM || BLACKFIN || CRIS || FRV || H8300 || X86_32 || M68K || (S390 && !64BIT) || SUPERH || SPARC32 || (SPARC64 && COMPAT) || UML || (X86_64 && IA32_EMULATION) 934 depends on ARM || BLACKFIN || CRIS || FRV || H8300 || X86_32 || M68K || (S390 && !64BIT) || SUPERH || SPARC32 || (SPARC64 && COMPAT) || UML || (X86_64 && IA32_EMULATION)
@@ -1109,6 +1101,14 @@ config AIO
1109 by some high performance threaded applications. Disabling 1101 by some high performance threaded applications. Disabling
1110 this option saves about 7k. 1102 this option saves about 7k.
1111 1103
1104config EMBEDDED
1105 bool "Embedded system"
1106 select EXPERT
1107 help
1108 This option should be enabled if compiling the kernel for
1109 an embedded system so certain expert options are available
1110 for configuration.
1111
1112config HAVE_PERF_EVENTS 1112config HAVE_PERF_EVENTS
1113 bool 1113 bool
1114 help 1114 help
@@ -1231,6 +1231,7 @@ config SLAB
1231 per cpu and per node queues. 1231 per cpu and per node queues.
1232 1232
1233config SLUB 1233config SLUB
1234 depends on BROKEN || NUMA || !DISCONTIGMEM
1234 bool "SLUB (Unqueued Allocator)" 1235 bool "SLUB (Unqueued Allocator)"
1235 help 1236 help
1236 SLUB is a slab allocator that minimizes cache line usage 1237 SLUB is a slab allocator that minimizes cache line usage