Add AMD Features NX and LM.
This commit is contained in:
parent
27cdf48bcb
commit
be29469e84
@ -1096,7 +1096,7 @@ print_AMD_features(void)
|
||||
"\022PGE36" /* 36 bit address space support */
|
||||
"\023RSVD" /* Reserved, unknown */
|
||||
"\024MP" /* Multiprocessor Capable */
|
||||
"\025<b20>"
|
||||
"\025NX" /* Has EFER.NXE, NX (no execute pte bit) */
|
||||
"\026<b21>"
|
||||
"\027AMIE" /* AMD MMX Instruction Extensions */
|
||||
"\030MMX"
|
||||
@ -1105,9 +1105,9 @@ print_AMD_features(void)
|
||||
"\033<b26>"
|
||||
"\034<b27>"
|
||||
"\035<b28>"
|
||||
"\036<b29>"
|
||||
"\036LM" /* Long mode */
|
||||
"\037DSP" /* AMD 3DNow! Instruction Extensions */
|
||||
"\0403DNow!"
|
||||
"\0403DNow!" /* AMD 3DNow! Instructions */
|
||||
);
|
||||
}
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user