aboutsummaryrefslogtreecommitdiffstats
path: root/linux-2.6.11-xen-sparse/arch/xen/x86_64/kernel/traps.c
diff options
context:
space:
mode:
Diffstat (limited to 'linux-2.6.11-xen-sparse/arch/xen/x86_64/kernel/traps.c')
-rw-r--r--linux-2.6.11-xen-sparse/arch/xen/x86_64/kernel/traps.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/linux-2.6.11-xen-sparse/arch/xen/x86_64/kernel/traps.c b/linux-2.6.11-xen-sparse/arch/xen/x86_64/kernel/traps.c
index 973d7350c6..8502089472 100644
--- a/linux-2.6.11-xen-sparse/arch/xen/x86_64/kernel/traps.c
+++ b/linux-2.6.11-xen-sparse/arch/xen/x86_64/kernel/traps.c
@@ -931,6 +931,9 @@ static trap_info_t trap_table[] = {
#endif
{ 19, 0, (__KERNEL_CS|0x3), 0, (unsigned long)simd_coprocessor_error },
{ SYSCALL_VECTOR, 3, (__KERNEL_CS|0x3), 0, (unsigned long)system_call },
+#ifdef CONFIG_IA32_EMULATION
+ { IA32_SYSCALL_VECTOR, 3, (__KERNEL_CS|0x3), 0, (unsigned long)ia32_syscall},
+#endif
{ 0, 0, 0, 0, 0 }
};