Commit 04b69447f79eade34e92f3117a39e8fa6ecb519b

Authored by Pavel Machek
Committed by Ingo Molnar
1 parent 394a15051c

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>

Showing 1 changed file with 3 additions and 3 deletions Side-by-side Diff

... ... @@ -951,9 +951,9 @@
951 951 local memory controller of the CPU and add some more
952 952 NUMA awareness to the kernel.
953 953  
954   - For i386 this is currently highly experimental and should be only
  954 + For 32-bit this is currently highly experimental and should be only
955 955 used for kernel development. It might also cause boot failures.
956   - For x86_64 this is recommended on all multiprocessor Opteron systems.
  956 + For 64-bit this is recommended on all multiprocessor Opteron systems.
957 957 If the system is EM64T, you should say N unless your system is
958 958 EM64T NUMA.
959 959  
... ... @@ -1263,7 +1263,7 @@
1263 1263 strongly in flux, so no good recommendation can be made.
1264 1264  
1265 1265 config CRASH_DUMP
1266   - bool "kernel crash dumps (EXPERIMENTAL)"
  1266 + bool "kernel crash dumps"
1267 1267 depends on X86_64 || (X86_32 && HIGHMEM)
1268 1268 help
1269 1269 Generate crash dump after being started by kexec.