]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
x86, asmlinkage: Make all interrupt handlers asmlinkage / __visible
authorAndi Kleen <ak@linux.intel.com>
Mon, 5 Aug 2013 22:02:37 +0000 (15:02 -0700)
committerH. Peter Anvin <hpa@linux.intel.com>
Tue, 6 Aug 2013 21:18:23 +0000 (14:18 -0700)
commit1d9090e2fb32c84277cef6e72a21be7f78c929f4
tree89c2cf998589bfb26908794fe22a5d48bebbc80a
parent9e1a431de08e2a49ca8dab0edc813c8cb96ba369
x86, asmlinkage: Make all interrupt handlers asmlinkage / __visible

These handlers are all referenced from assembler stubs, so need
to be visible.

The handlers without arguments become asmlinkage, the others __visible
to not force regparms(0) on x86-32.

I put it all into a single patch, please let me know if you want
it it split up.

Signed-off-by: Andi Kleen <ak@linux.intel.com>
Link: http://lkml.kernel.org/r/1375740170-7446-4-git-send-email-andi@firstfloor.org
Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
arch/x86/include/asm/hw_irq.h
arch/x86/include/asm/irq.h
arch/x86/kernel/apic/apic.c
arch/x86/kernel/irq.c
arch/x86/kernel/irq_work.c
arch/x86/kernel/smp.c