dect
/
linux-2.6
Archived
13
0
Fork 0

x86_64: move ia32

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
This commit is contained in:
Thomas Gleixner 2007-10-11 11:17:21 +02:00
parent 33fc6d5133
commit 2db55d344e
19 changed files with 3 additions and 3 deletions

View File

@ -6,12 +6,12 @@
.globl syscall32_syscall_end
syscall32_syscall:
.incbin "arch/x86_64/ia32/vsyscall-syscall.so"
.incbin "arch/x86/ia32/vsyscall-syscall.so"
syscall32_syscall_end:
.globl syscall32_sysenter
.globl syscall32_sysenter_end
syscall32_sysenter:
.incbin "arch/x86_64/ia32/vsyscall-sysenter.so"
.incbin "arch/x86/ia32/vsyscall-sysenter.so"
syscall32_sysenter_end:

View File

@ -78,7 +78,7 @@ core-y += arch/x86_64/kernel/ \
arch/x86/mm/ \
arch/x86/crypto/ \
arch/x86/vdso/
core-$(CONFIG_IA32_EMULATION) += arch/x86_64/ia32/
core-$(CONFIG_IA32_EMULATION) += arch/x86/ia32/
drivers-$(CONFIG_PCI) += arch/x86/pci/
drivers-$(CONFIG_OPROFILE) += arch/x86/oprofile/