diff --git a/arch/x86/entry/entry_32.S b/arch/x86/entry/entry_32.S index d7b64c8d1907..8059d4fd915c 100644 --- a/arch/x86/entry/entry_32.S +++ b/arch/x86/entry/entry_32.S @@ -1119,7 +1119,7 @@ common_spurious: movl %esp, %eax call smp_spurious_interrupt jmp ret_from_intr -ENDPROC(common_interrupt) +ENDPROC(common_spurious) #endif /*