set vendor to RDC even if CPU id is not known

SVN-Revision: 21475
This commit is contained in:
Florian Fainelli 2010-05-16 13:40:26 +00:00
parent e6fcc255a3
commit 4506985415
2 changed files with 2 additions and 2 deletions

View file

@ -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");

View file

@ -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");