projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
adm5120: convert to use the new mips multimachine stuff
[openwrt.git]
/
target
/
linux
/
rdc
/
patches-2.6.30
/
010-rdc_cpu_ident.patch
diff --git
a/target/linux/rdc/patches-2.6.30/010-rdc_cpu_ident.patch
b/target/linux/rdc/patches-2.6.30/010-rdc_cpu_ident.patch
index
79a6c94
..
08b92a9
100644
(file)
--- a/
target/linux/rdc/patches-2.6.30/010-rdc_cpu_ident.patch
+++ b/
target/linux/rdc/patches-2.6.30/010-rdc_cpu_ident.patch
@@
-159,7
+159,7
@@
+ break;
+ default:
+ pr_info("RDC CPU: Unrecognised Customer ID (0x%x) please report to linux-kernel@vger.kernel.org\n", customer_id);
+ break;
+ default:
+ pr_info("RDC CPU: Unrecognised Customer ID (0x%x) please report to linux-kernel@vger.kernel.org\n", customer_id);
-+
return
;
++
break
;
+ }
+
+ strcpy(c->x86_vendor_id, "RDC");
+ }
+
+ strcpy(c->x86_vendor_id, "RDC");
This page took
0.022882 seconds
and
4
git commands to generate.