diff options
| author | John Baldwin <jhb@FreeBSD.org> | 2003-01-03 18:54:59 +0000 |
|---|---|---|
| committer | John Baldwin <jhb@FreeBSD.org> | 2003-01-03 18:54:59 +0000 |
| commit | bb69b35d8dd9f27c7ce9fc5bed5a50890e14ee4a (patch) | |
| tree | bb73591b7cbceed735a3074d85d21dcc52f2f0dc | |
| parent | f3a24ab2b608c5f7e207cd13676b79e92c841d2d (diff) | |
Notes
| -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 f0f1603705cc..59ed80901870 100644 --- a/sys/amd64/amd64/identcpu.c +++ b/sys/amd64/amd64/identcpu.c @@ -602,7 +602,7 @@ printcpuinfo(void) "\035HTT" /* Hyperthreading (see EBX bit 16-23) */ "\036TM" /* Thermal Monitor clock slowdown */ "\037IA64" /* CPU can execute IA64 instructions */ - "\040<b31>" + "\040PBE" /* Pending Break Enable */ ); } if (strcmp(cpu_vendor, "AuthenticAMD") == 0 && diff --git a/sys/i386/i386/identcpu.c b/sys/i386/i386/identcpu.c index f0f1603705cc..59ed80901870 100644 --- a/sys/i386/i386/identcpu.c +++ b/sys/i386/i386/identcpu.c @@ -602,7 +602,7 @@ printcpuinfo(void) "\035HTT" /* Hyperthreading (see EBX bit 16-23) */ "\036TM" /* Thermal Monitor clock slowdown */ "\037IA64" /* CPU can execute IA64 instructions */ - "\040<b31>" + "\040PBE" /* Pending Break Enable */ ); } if (strcmp(cpu_vendor, "AuthenticAMD") == 0 && |
