Commit f7f3d791 authored by Adrian Bunk's avatar Adrian Bunk Committed by Ingo Molnar

x86: don't make irq_return global

Signed-off-by: default avatarAdrian Bunk <bunk@kernel.org>
Cc: hpa@zytor.com
Signed-off-by: default avatarIngo Molnar <mingo@elte.hu>
Signed-off-by: default avatarThomas Gleixner <tglx@linutronix.de>
parent d3cfeb4f
...@@ -409,7 +409,7 @@ restore_nocheck_notrace: ...@@ -409,7 +409,7 @@ restore_nocheck_notrace:
RESTORE_REGS RESTORE_REGS
addl $4, %esp # skip orig_eax/error_code addl $4, %esp # skip orig_eax/error_code
CFI_ADJUST_CFA_OFFSET -4 CFI_ADJUST_CFA_OFFSET -4
ENTRY(irq_return) irq_return:
INTERRUPT_RETURN INTERRUPT_RETURN
.section .fixup,"ax" .section .fixup,"ax"
iret_exc: iret_exc:
......
...@@ -583,7 +583,7 @@ retint_restore_args: /* return to kernel space */ ...@@ -583,7 +583,7 @@ retint_restore_args: /* return to kernel space */
restore_args: restore_args:
RESTORE_ARGS 0,8,0 RESTORE_ARGS 0,8,0
ENTRY(irq_return) irq_return:
INTERRUPT_RETURN INTERRUPT_RETURN
.section __ex_table, "a" .section __ex_table, "a"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment