From: Felix Fietkau Date: Tue, 19 Dec 2006 22:45:59 +0000 (+0000) Subject: change the type of plat_irq_dispatch X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;h=714594bdb91a491c9fb20ff526a9ae695c566ce1;hp=d875e906ab49a299edd4583ca839ca6b6e477594;ds=sidebyside change the type of plat_irq_dispatch SVN-Revision: 5864 --- diff --git a/target/linux/rb532-2.6/patches/100-rb5xx_support.patch b/target/linux/rb532-2.6/patches/100-rb5xx_support.patch index c5c5ca9323..7851941da5 100644 --- a/target/linux/rb532-2.6/patches/100-rb5xx_support.patch +++ b/target/linux/rb532-2.6/patches/100-rb5xx_support.patch @@ -1050,7 +1050,7 @@ diff -urN linux.old/arch/mips/rb500/irq.c linux.dev/arch/mips/rb500/irq.c +} + +/* Main Interrupt dispatcher */ -+asmlinkage void plat_irq_dispatch(struct pt_regs *regs) ++asmlinkage void plat_irq_dispatch(void) +{ + unsigned int ip, pend, group; + volatile unsigned int *addr;