diff options
author | Yinghai Lu <yhlu.kernel@gmail.com> | 2008-09-07 20:58:56 -0400 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2008-09-08 09:32:06 -0400 |
commit | ff73152ced60871f7d5fb7dee52fa499902a3c6d (patch) | |
tree | 19a236b407a16e37f86f3d3cb6bd631c86814854 /arch/x86/Kconfig.cpu | |
parent | 2a02505055fdd44958efd0e140dd87cb9fdecaf1 (diff) |
x86: make 64 bit to use amd.c
arch/x86/kernel/cpu/amd.c is now 100% identical to
arch/x86/kernel/cpu/amd_64.c, so use amd.c on 64-bit too
and fix up the namespace impact.
Simplify the Kconfig glue as well.
Signed-off-by: Yinghai Lu <yhlu.kernel@gmail.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'arch/x86/Kconfig.cpu')
-rw-r--r-- | arch/x86/Kconfig.cpu | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/arch/x86/Kconfig.cpu b/arch/x86/Kconfig.cpu index 6156ac25ff8c..ab77d409fee0 100644 --- a/arch/x86/Kconfig.cpu +++ b/arch/x86/Kconfig.cpu | |||
@@ -444,17 +444,9 @@ config CPU_SUP_CYRIX_32 | |||
444 | help | 444 | help |
445 | This enables extended support for Cyrix processors | 445 | This enables extended support for Cyrix processors |
446 | 446 | ||
447 | config CPU_SUP_AMD_32 | 447 | config CPU_SUP_AMD |
448 | default y | 448 | default y |
449 | bool "Support AMD processors" if PROCESSOR_SELECT | 449 | bool "Support AMD processors" if PROCESSOR_SELECT |
450 | depends on !64BIT | ||
451 | help | ||
452 | This enables extended support for AMD processors | ||
453 | |||
454 | config CPU_SUP_AMD_64 | ||
455 | default y | ||
456 | bool "Support AMD processors" if PROCESSOR_SELECT | ||
457 | depends on 64BIT | ||
458 | help | 450 | help |
459 | This enables extended support for AMD processors | 451 | This enables extended support for AMD processors |
460 | 452 | ||