x86: Move the AMD64 specific parts out of setup_64.c
authorDave Jones <davej@redhat.com>
Thu, 22 May 2008 22:48:32 +0000 (18:48 -0400)
committerH. Peter Anvin <hpa@zytor.com>
Fri, 30 May 2008 22:46:29 +0000 (15:46 -0700)
commit4d285878564bb46cf64e54be18eeffe33ca583a0
treee2705f008ef505ee550bd85e82546ef6d2dc7246
parentd364319b989967b74e57fef5c8017fd56a16c392
x86: Move the AMD64 specific parts out of setup_64.c

Create a separate amd_64.c file in the cpu/ dir for
the useful parts to live in.

Signed-off-by: Dave Jones <davej@redhat.com>
Signed-off-by: H. Peter Anvin <hpa@zytor.com>
arch/x86/kernel/cpu/Makefile
arch/x86/kernel/cpu/amd_64.c [new file with mode: 0644]
arch/x86/kernel/setup_64.c