Chop a '>' in a feature name (RSVD2>) that snuck in;

this now balances the <> flags displayed at boot, e.g. without this
Features2=0x41d<SSE3,RSVD2>,MON,DS_CPL,CNTX-ID>

MFC after:	1 week
This commit is contained in:
Jens Schweikhardt 2005-05-29 17:43:24 +00:00
parent a6f33be201
commit 1d91c0f538
2 changed files with 2 additions and 2 deletions

View File

@ -214,7 +214,7 @@ printcpuinfo(void)
"\020"
"\001SSE3" /* SSE3 */
"\002<b1>"
"\003RSVD2>" /* "Reserved" bit 2 */
"\003RSVD2" /* "Reserved" bit 2 */
"\004MON" /* MONITOR/MWAIT Instructions */
"\005DS_CPL" /* CPL Qualified Debug Store */
"\006<b5>" /* Machine specific registers */

View File

@ -693,7 +693,7 @@ printcpuinfo(void)
"\020"
"\001SSE3" /* SSE3 */
"\002<b1>"
"\003RSVD2>" /* "Reserved" bit 2 */
"\003RSVD2" /* "Reserved" bit 2 */
"\004MON" /* MONITOR/MWAIT Instructions */
"\005DS_CPL" /* CPL Qualified Debug Store */
"\006<b5>" /* Machine specific registers */