x86: make 64 bit to use amd.c
authorYinghai Lu <yhlu.kernel@gmail.com>
Mon, 8 Sep 2008 00:58:56 +0000 (17:58 -0700)
committerIngo Molnar <mingo@elte.hu>
Mon, 8 Sep 2008 13:32:06 +0000 (15:32 +0200)
commitff73152ced60871f7d5fb7dee52fa499902a3c6d
tree19a236b407a16e37f86f3d3cb6bd631c86814854
parent2a02505055fdd44958efd0e140dd87cb9fdecaf1
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>
arch/x86/Kconfig.cpu
arch/x86/kernel/cpu/Makefile
arch/x86/kernel/cpu/amd_64.c [deleted file]