From: "Nakajima, Jun" , Xose Vazquez Perez Use more appropriate naming for the Intel x86-64 --- arch/x86_64/Kconfig | 5 ++++- 1 files changed, 4 insertions(+), 1 deletion(-) diff -puN arch/x86_64/Kconfig~x86_64-naming-fix arch/x86_64/Kconfig --- 25/arch/x86_64/Kconfig~x86_64-naming-fix 2004-02-21 22:36:11.000000000 -0800 +++ 25-akpm/arch/x86_64/Kconfig 2004-02-21 22:36:11.000000000 -0800 @@ -15,6 +15,7 @@ config X86_64 help Port to the x86-64 architecture. x86-64 is a 64-bit extension to the classical 32-bit x86 architecture. For details see http://www.x86-64.org + and http://www.intel.com/technology/64bitextensions/ config 64BIT def_bool y @@ -92,7 +93,9 @@ config MK8 Optimize for AMD Opteron/Athlon64/Hammer/K8 CPUs. config MPSC - bool "Prescott/Nocona" + bool "Intel x86-64" + help + Optimize for Intel CPUs with 64-bit extension technology. config GENERIC_CPU bool "Generic-x86-64" _