diff options
| author | Jens Schweikhardt <schweikh@FreeBSD.org> | 2005-05-29 17:43:24 +0000 |
|---|---|---|
| committer | Jens Schweikhardt <schweikh@FreeBSD.org> | 2005-05-29 17:43:24 +0000 |
| commit | 1d91c0f5389ed215e5adc8503c0631733ed0ffd0 (patch) | |
| tree | b26f6b7fa9a237946dda7eb5bd3eb5b84adb8cd2 /sys/amd64 | |
| parent | a6f33be201bd2f56146a9b1840798d0c71d0c30a (diff) | |
Notes
Diffstat (limited to 'sys/amd64')
| -rw-r--r-- | sys/amd64/amd64/identcpu.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/amd64/amd64/identcpu.c b/sys/amd64/amd64/identcpu.c index 60f956756f3e..40004488af0f 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 */ |
