summaryrefslogtreecommitdiffstats
path: root/sys/i386
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2003-01-03 18:54:59 +0000
committerjhb <jhb@FreeBSD.org>2003-01-03 18:54:59 +0000
commit43a19416ed908514cc406622bf9dd5fd850a7f4b (patch)
treebb73591b7cbceed735a3074d85d21dcc52f2f0dc /sys/i386
parent677cec52f414e5ace3a026c41054140a60dd92ee (diff)
downloadFreeBSD-src-43a19416ed908514cc406622bf9dd5fd850a7f4b.zip
FreeBSD-src-43a19416ed908514cc406622bf9dd5fd850a7f4b.tar.gz
Document bit 31 of the cpuid features word as PBE (Pending Break Enable).
Diffstat (limited to 'sys/i386')
-rw-r--r--sys/i386/i386/identcpu.c2
1 files changed, 1 insertions, 1 deletions
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