From a2c9c2f9f08b1cf12cb56644417bde6373095e80 Mon Sep 17 00:00:00 2001 From: Keir Fraser Date: Sun, 15 Jan 2012 22:02:35 +0000 Subject: x86: Make asmlinkage explicitly a no-op, and avoid usage in arch/x86 Signed-off-by: Keir Fraser --- xen/arch/x86/irq.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xen/arch/x86/irq.c') 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; -- cgit v1.2.3