From: Andi Kleen Date: Mon, 5 Aug 2013 22:02:37 +0000 (-0700) Subject: x86, asmlinkage: Make all interrupt handlers asmlinkage / __visible X-Git-Tag: v3.12-rc1~163^2~13 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1d9090e2fb32c84277cef6e72a21be7f78c929f4;p=pandora-kernel.git 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 Link: http://lkml.kernel.org/r/1375740170-7446-4-git-send-email-andi@firstfloor.org Signed-off-by: H. Peter Anvin --- Reading git-diff-tree failed