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:
peter 2002-01-22 01:28:32 +00:00
parent 515c235f60
commit 4ea330caf8
2 changed files with 4 additions and 4 deletions

View File

@ -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 */

View File

@ -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 */