aboutsummaryrefslogtreecommitdiffstats
path: root/xen/include/asm-x86/x86_64/asm_defns.h
diff options
context:
space:
mode:
Diffstat (limited to 'xen/include/asm-x86/x86_64/asm_defns.h')
-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 4d741c9338..fc55a52af0 100644
--- a/xen/include/asm-x86/x86_64/asm_defns.h
+++ b/xen/include/asm-x86/x86_64/asm_defns.h
@@ -113,7 +113,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" \