diff options
author | Florian Fainelli <florian@openwrt.org> | 2010-05-16 13:40:26 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2010-05-16 13:40:26 +0000 |
commit | 45069854156ddcd6e9c30810a0206395b1a1469d (patch) | |
tree | fce6aed40abebdb48d5c140c0d798188e701bd2f /target/linux | |
parent | e6fcc255a38080201245528d2a81305d1e970af4 (diff) | |
download | upstream-45069854156ddcd6e9c30810a0206395b1a1469d.tar.gz upstream-45069854156ddcd6e9c30810a0206395b1a1469d.tar.bz2 upstream-45069854156ddcd6e9c30810a0206395b1a1469d.zip |
set vendor to RDC even if CPU id is not known
SVN-Revision: 21475
Diffstat (limited to 'target/linux')
-rw-r--r-- | target/linux/rdc/patches-2.6.30/010-rdc_cpu_ident.patch | 2 | ||||
-rw-r--r-- | target/linux/rdc/patches-2.6.32/010-rdc_cpu_ident.patch | 2 |
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"); |