projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
optimize the performance of the minstrel rate algorithm - don't sample lower rates...
[openwrt.git]
/
target
/
linux
/
brcm47xx-2.6
/
files
/
arch
/
mips
/
bcm947xx
/
irq.c
diff --git
a/target/linux/brcm47xx-2.6/files/arch/mips/bcm947xx/irq.c
b/target/linux/brcm47xx-2.6/files/arch/mips/bcm947xx/irq.c
index
8727a4f
..
56d4c84
100644
(file)
--- a/
target/linux/brcm47xx-2.6/files/arch/mips/bcm947xx/irq.c
+++ b/
target/linux/brcm47xx-2.6/files/arch/mips/bcm947xx/irq.c
@@
-59,5
+59,5
@@
void plat_irq_dispatch(void)
void __init arch_init_irq(void)
{
- mips_cpu_irq_init(
0
);
+ mips_cpu_irq_init();
}
This page took
0.021217 seconds
and
4
git commands to generate.