1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2025-04-21 12:27:27 +03:00

[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
This commit is contained in:
florian
2010-05-16 13:40:26 +00:00
parent 2c44ebe549
commit 529452971a
2 changed files with 2 additions and 2 deletions

View File

@@ -159,7 +159,7 @@
+ break; + break;
+ default: + default:
+ pr_info("RDC CPU: Unrecognised Customer ID (0x%x) please report to linux-kernel@vger.kernel.org\n", customer_id); + 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");

View File

@@ -159,7 +159,7 @@
+ break; + break;
+ default: + default:
+ pr_info("RDC CPU: Unrecognised Customer ID (0x%x) please report to linux-kernel@vger.kernel.org\n", customer_id); + 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");