x86: Move the 64-bit Intel specific parts out of setup_64.c
authorDave Jones <davej@redhat.com>
Thu, 22 May 2008 22:54:32 +0000 (18:54 -0400)
committerH. Peter Anvin <hpa@zytor.com>
Fri, 30 May 2008 22:46:29 +0000 (15:46 -0700)
commita82fbe31cb387bb246e2d3b3c177f551bb991135
tree8e7480b39805ff6c608d557aa92eeb47b18b229b
parent4d285878564bb46cf64e54be18eeffe33ca583a0
x86: Move the 64-bit Intel specific parts out of setup_64.c

Create a separate intel_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/intel_64.c [new file with mode: 0644]
arch/x86/kernel/setup_64.c