summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sys/amd64/amd64/identcpu.c2
-rw-r--r--sys/i386/i386/identcpu.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/sys/amd64/amd64/identcpu.c b/sys/amd64/amd64/identcpu.c
index f0f1603..59ed809 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 f0f1603..59ed809 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 &&
OpenPOWER on IntegriCloud