1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-17 10:26:15 +00:00

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
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=146767
2 changed files with 2 additions and 2 deletions

View File

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

View File

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