aboutsummaryrefslogtreecommitdiffstats
path: root/target
diff options
context:
space:
mode:
authorFlorian Fainelli <florian@openwrt.org>2010-05-16 13:40:26 +0000
committerFlorian Fainelli <florian@openwrt.org>2010-05-16 13:40:26 +0000
commit52961860a3a13af3d56d409e823cade63a388c81 (patch)
treef5d0e62a73bd94105be1aa5e9151d7ddfc2b542d /target
parent7f9edb0460d403964fca5d0be60a4536bf57c12e (diff)
downloadupstream-52961860a3a13af3d56d409e823cade63a388c81.tar.gz
upstream-52961860a3a13af3d56d409e823cade63a388c81.tar.bz2
upstream-52961860a3a13af3d56d409e823cade63a388c81.zip
[rdc] set vendor to RDC even if CPU id is not known
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21475 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target')
-rw-r--r--target/linux/rdc/patches-2.6.30/010-rdc_cpu_ident.patch2
-rw-r--r--target/linux/rdc/patches-2.6.32/010-rdc_cpu_ident.patch2
2 files changed, 2 insertions, 2 deletions
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 79a6c9495a..08b92a98ac 100644
--- 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);
-+ return;
++ break;
+ }
+
+ strcpy(c->x86_vendor_id, "RDC");
diff --git a/target/linux/rdc/patches-2.6.32/010-rdc_cpu_ident.patch b/target/linux/rdc/patches-2.6.32/010-rdc_cpu_ident.patch
index 918daf10d6..664d807e03 100644
--- a/target/linux/rdc/patches-2.6.32/010-rdc_cpu_ident.patch
+++ b/target/linux/rdc/patches-2.6.32/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);
-+ return;
++ break;
+ }
+
+ strcpy(c->x86_vendor_id, "RDC");