Document bit 31 of the cpuid features word as PBE (Pending Break Enable).

This commit is contained in:
jhb 2003-01-03 18:54:59 +00:00
parent 677cec52f4
commit 43a19416ed
2 changed files with 2 additions and 2 deletions
sys
amd64/amd64
i386/i386

@ -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 &&

@ -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 &&