aboutsummaryrefslogtreecommitdiffstats
path: root/xen/include/asm-x86/x86_64
diff options
context:
space:
mode:
authorKeir Fraser <keir@xen.org>2012-01-15 22:02:35 +0000
committerKeir Fraser <keir@xen.org>2012-01-15 22:02:35 +0000
commita2c9c2f9f08b1cf12cb56644417bde6373095e80 (patch)
tree5764cb261c784a684503c5c65b1e1a95d4a69dae /xen/include/asm-x86/x86_64
parenta54239be9af2a50e9e849e3f7da8193256ad39bc (diff)
downloadxen-a2c9c2f9f08b1cf12cb56644417bde6373095e80.tar.gz
xen-a2c9c2f9f08b1cf12cb56644417bde6373095e80.tar.bz2
xen-a2c9c2f9f08b1cf12cb56644417bde6373095e80.zip
x86: Make asmlinkage explicitly a no-op, and avoid usage in arch/x86
Signed-off-by: Keir Fraser <keir@xen.org>
Diffstat (limited to 'xen/include/asm-x86/x86_64')
-rw-r--r--xen/include/asm-x86/x86_64/asm_defns.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/xen/include/asm-x86/x86_64/asm_defns.h b/xen/include/asm-x86/x86_64/asm_defns.h
index b90c1a5ab7..a3b8200e33 100644
--- a/xen/include/asm-x86/x86_64/asm_defns.h
+++ b/xen/include/asm-x86/x86_64/asm_defns.h
@@ -116,7 +116,7 @@ __asm__( \
#define IRQ_NAME(nr) IRQ_NAME2(IRQ##nr)
#define BUILD_IRQ(nr) \
-asmlinkage void IRQ_NAME(nr); \
+void IRQ_NAME(nr); \
__asm__( \
"\n"__ALIGN_STR"\n" \
STR(IRQ) #nr "_interrupt:\n\t" \