mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-01-16 01:54:00 +00:00
cris: Use irq handling wrapper
Use the wrapper around __do_IRQ() so we can convert V10 and V32 seperately. Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Cc: Mikael Starvik <starvik@axis.com>
This commit is contained in:
parent
51f3f15945
commit
c84077ac29
@ -93,8 +93,8 @@ asmlinkage void do_IRQ(int irq, struct pt_regs * regs)
|
|||||||
printk("do_IRQ: stack overflow: %lX\n", sp);
|
printk("do_IRQ: stack overflow: %lX\n", sp);
|
||||||
show_stack(NULL, (unsigned long *)sp);
|
show_stack(NULL, (unsigned long *)sp);
|
||||||
}
|
}
|
||||||
__do_IRQ(irq);
|
generic_handle_irq(irq);
|
||||||
irq_exit();
|
irq_exit();
|
||||||
set_irq_regs(old_regs);
|
set_irq_regs(old_regs);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user