diff options
-rw-r--r-- | sys/amd64/amd64/identcpu.c | 2 | ||||
-rw-r--r-- | sys/i386/i386/identcpu.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sys/amd64/amd64/identcpu.c b/sys/amd64/amd64/identcpu.c index 60f9567..4000448 100644 --- a/sys/amd64/amd64/identcpu.c +++ b/sys/amd64/amd64/identcpu.c @@ -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 */ diff --git a/sys/i386/i386/identcpu.c b/sys/i386/i386/identcpu.c index 31171d2..33fe02a 100644 --- a/sys/i386/i386/identcpu.c +++ b/sys/i386/i386/identcpu.c @@ -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 */ |