aboutsummaryrefslogtreecommitdiffstats
path: root/xen/arch/x86/irq.c
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/arch/x86/irq.c
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/arch/x86/irq.c')
-rw-r--r--xen/arch/x86/irq.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/xen/arch/x86/irq.c b/xen/arch/x86/irq.c
index bfdfa2638e..058f89df14 100644
--- a/xen/arch/x86/irq.c
+++ b/xen/arch/x86/irq.c
@@ -757,7 +757,7 @@ void pirq_set_affinity(struct domain *d, int pirq, const cpumask_t *mask)
DEFINE_PER_CPU(unsigned int, irq_count);
-asmlinkage void do_IRQ(struct cpu_user_regs *regs)
+void do_IRQ(struct cpu_user_regs *regs)
{
struct irqaction *action;
uint32_t tsc_in;