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:
parent
a6f33be201
commit
1d91c0f538
@ -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 */
|
||||
|
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user