diff options
author | Jeremy Fitzhardinge <jeremy@goop.org> | 2008-03-18 00:37:12 +0100 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2008-04-24 23:57:31 +0200 |
commit | 90e9f53662826db3cdd6d99bd394d727b05160c1 (patch) | |
tree | 5310e489d7fd62185706424a98df354e83e9a1a3 /arch/x86/kernel/entry_32.S | |
parent | xen: unify pte operations on machine frames (diff) | |
download | linux-90e9f53662826db3cdd6d99bd394d727b05160c1.tar.xz linux-90e9f53662826db3cdd6d99bd394d727b05160c1.zip |
xen: make sure iret faults are trapped
Signed-off-by: Jeremy Fitzhardinge <jeremy.fitzhardinge@citrix.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Diffstat (limited to 'arch/x86/kernel/entry_32.S')
-rw-r--r-- | arch/x86/kernel/entry_32.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/kernel/entry_32.S b/arch/x86/kernel/entry_32.S index f0f8934fc303..568c6ccd7ae2 100644 --- a/arch/x86/kernel/entry_32.S +++ b/arch/x86/kernel/entry_32.S @@ -409,7 +409,7 @@ restore_nocheck_notrace: irq_return: INTERRUPT_RETURN .section .fixup,"ax" -iret_exc: +ENTRY(iret_exc) pushl $0 # no error code pushl $do_iret_error jmp error_code |