diff options
author | Pavel Machek <pavel@suse.cz> | 2008-08-14 17:16:50 +0200 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2008-08-15 14:06:54 +0200 |
commit | 04b69447f79eade34e92f3117a39e8fa6ecb519b (patch) | |
tree | fd2c7b928fcaea7e1f46a1db82cd52aa0b86a78a /arch | |
parent | 394a15051c33f2b18e72f42283b36a9388fa414b (diff) | |
download | linux-04b69447f79eade34e92f3117a39e8fa6ecb519b.tar.gz linux-04b69447f79eade34e92f3117a39e8fa6ecb519b.tar.bz2 linux-04b69447f79eade34e92f3117a39e8fa6ecb519b.zip |
arch/x86/Kconfig: clean up, experimental adjustement
Adjust experimental tags in Kconfig, update config to notice that
i386/x86_64 is now single architecture.
Signed-off-by: Pavel Machek <pavel@suse.cz>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/x86/Kconfig | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig index ac2fb0641a04..68d91c8233f4 100644 --- a/arch/x86/Kconfig +++ b/arch/x86/Kconfig @@ -951,9 +951,9 @@ config NUMA local memory controller of the CPU and add some more NUMA awareness to the kernel. - For i386 this is currently highly experimental and should be only + For 32-bit this is currently highly experimental and should be only used for kernel development. It might also cause boot failures. - For x86_64 this is recommended on all multiprocessor Opteron systems. + For 64-bit this is recommended on all multiprocessor Opteron systems. If the system is EM64T, you should say N unless your system is EM64T NUMA. @@ -1263,7 +1263,7 @@ config KEXEC strongly in flux, so no good recommendation can be made. config CRASH_DUMP - bool "kernel crash dumps (EXPERIMENTAL)" + bool "kernel crash dumps" depends on X86_64 || (X86_32 && HIGHMEM) help Generate crash dump after being started by kexec. |