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/kernel/cpu/Makefile | |
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/kernel/cpu/Makefile')
-rw-r--r-- | arch/x86/kernel/cpu/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/x86/kernel/cpu/Makefile b/arch/x86/kernel/cpu/Makefile index d031f248dfc0..510d1bcb058a 100644 --- a/arch/x86/kernel/cpu/Makefile +++ b/arch/x86/kernel/cpu/Makefile | |||
@@ -10,8 +10,7 @@ obj-$(CONFIG_X86_64) += bugs_64.o | |||
10 | 10 | ||
11 | obj-$(CONFIG_CPU_SUP_INTEL_32) += intel.o | 11 | obj-$(CONFIG_CPU_SUP_INTEL_32) += intel.o |
12 | obj-$(CONFIG_CPU_SUP_INTEL_64) += intel_64.o | 12 | obj-$(CONFIG_CPU_SUP_INTEL_64) += intel_64.o |
13 | obj-$(CONFIG_CPU_SUP_AMD_32) += amd.o | 13 | obj-$(CONFIG_CPU_SUP_AMD) += amd.o |
14 | obj-$(CONFIG_CPU_SUP_AMD_64) += amd_64.o | ||
15 | obj-$(CONFIG_CPU_SUP_CYRIX_32) += cyrix.o | 14 | obj-$(CONFIG_CPU_SUP_CYRIX_32) += cyrix.o |
16 | obj-$(CONFIG_CPU_SUP_CENTAUR_32) += centaur.o | 15 | obj-$(CONFIG_CPU_SUP_CENTAUR_32) += centaur.o |
17 | obj-$(CONFIG_CPU_SUP_CENTAUR_64) += centaur_64.o | 16 | obj-$(CONFIG_CPU_SUP_CENTAUR_64) += centaur_64.o |