1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-11-30 23:04:06 +02:00

change the type of plat_irq_dispatch

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5864 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nbd 2006-12-19 22:45:59 +00:00
parent 831384550c
commit 6d19fa0c62

View File

@ -1050,7 +1050,7 @@ diff -urN linux.old/arch/mips/rb500/irq.c linux.dev/arch/mips/rb500/irq.c
+} +}
+ +
+/* Main Interrupt dispatcher */ +/* Main Interrupt dispatcher */
+asmlinkage void plat_irq_dispatch(struct pt_regs *regs) +asmlinkage void plat_irq_dispatch(void)
+{ +{
+ unsigned int ip, pend, group; + unsigned int ip, pend, group;
+ volatile unsigned int *addr; + volatile unsigned int *addr;