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

This commit is contained in:
John Baldwin 2003-01-03 18:54:59 +00:00
parent f3a24ab2b6
commit bb69b35d8d
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=108608
2 changed files with 2 additions and 2 deletions

View file

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

View file

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