List bit 18 (reserved, apparently present on thunderbird cpus)
and bit 19 (athlon XP/MP rev 0x662 and later) for amd_features. Submitted by: dwcjr
This commit is contained in:
parent
515c235f60
commit
4ea330caf8
@ -1012,8 +1012,8 @@ print_AMD_features(u_int *regs)
|
|||||||
"\020ICMOV" /* CMOV instruction */
|
"\020ICMOV" /* CMOV instruction */
|
||||||
"\021PAT" /* Page attributes table */
|
"\021PAT" /* Page attributes table */
|
||||||
"\022PGE36" /* 36 bit address space support */
|
"\022PGE36" /* 36 bit address space support */
|
||||||
"\023<b18>"
|
"\023RSVD" /* Reserved, unknown */
|
||||||
"\024<b19>"
|
"\024MP" /* Multiprocessor Capable */
|
||||||
"\025<b20>"
|
"\025<b20>"
|
||||||
"\026<b21>"
|
"\026<b21>"
|
||||||
"\027AMIE" /* AMD MMX Instruction Extensions */
|
"\027AMIE" /* AMD MMX Instruction Extensions */
|
||||||
|
@ -1012,8 +1012,8 @@ print_AMD_features(u_int *regs)
|
|||||||
"\020ICMOV" /* CMOV instruction */
|
"\020ICMOV" /* CMOV instruction */
|
||||||
"\021PAT" /* Page attributes table */
|
"\021PAT" /* Page attributes table */
|
||||||
"\022PGE36" /* 36 bit address space support */
|
"\022PGE36" /* 36 bit address space support */
|
||||||
"\023<b18>"
|
"\023RSVD" /* Reserved, unknown */
|
||||||
"\024<b19>"
|
"\024MP" /* Multiprocessor Capable */
|
||||||
"\025<b20>"
|
"\025<b20>"
|
||||||
"\026<b21>"
|
"\026<b21>"
|
||||||
"\027AMIE" /* AMD MMX Instruction Extensions */
|
"\027AMIE" /* AMD MMX Instruction Extensions */
|
||||||
|
Loading…
Reference in New Issue
Block a user