set vendor to RDC even if CPU id is not known
SVN-Revision: 21475
This commit is contained in:
parent
e6fcc255a3
commit
4506985415
2 changed files with 2 additions and 2 deletions
|
@ -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");
|
||||||
|
|
|
@ -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");
|
||||||
|
|
Loading…
Reference in a new issue