projects
/
openwrt.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Add missing configuration symbol on CONFIG_INPUT_IXP4XX_BEEPER
[openwrt.git]
/
target
/
linux
/
brcm47xx
/
patches-2.6.23
/
170-cpu_wait.patch
1
--- a/arch/mips/kernel/cpu-probe.c
2
+++ b/arch/mips/kernel/cpu-probe.c
3
@@ -159,6 +159,7 @@
4
case CPU_5KC:
5
case CPU_25KF:
6
case CPU_PR4450:
7
+ case CPU_BCM3302:
8
cpu_wait = r4k_wait;
9
break;
10
This page took
0.039877 seconds
and
5
git commands to generate.