diff options
author | Felix Fietkau <nbd@openwrt.org> | 2006-12-19 22:45:59 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2006-12-19 22:45:59 +0000 |
commit | 127afb42484955fc527e0664ee347076865326fc (patch) | |
tree | accfffb784bde25efc3dfa6473648ab98b4b4359 /target/linux | |
parent | 8605c6e4636c59853dc0df4791b2c8754f14ad87 (diff) | |
download | upstream-127afb42484955fc527e0664ee347076865326fc.tar.gz upstream-127afb42484955fc527e0664ee347076865326fc.tar.bz2 upstream-127afb42484955fc527e0664ee347076865326fc.zip |
change the type of plat_irq_dispatch
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5864 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux')
-rw-r--r-- | target/linux/rb532-2.6/patches/100-rb5xx_support.patch | 2 |
1 files changed, 1 insertions, 1 deletions
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; |