Document bit 31 of the cpuid features word as PBE (Pending Break Enable).
This commit is contained in:
parent
677cec52f4
commit
43a19416ed
sys
@ -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 &&
|
||||
|
Loading…
x
Reference in New Issue
Block a user