diff --git a/sys/i386/i386/identcpu.c b/sys/i386/i386/identcpu.c index 343b77a0f7d4..52df3de2d774 100644 --- a/sys/i386/i386/identcpu.c +++ b/sys/i386/i386/identcpu.c @@ -1096,7 +1096,7 @@ print_AMD_features(void) "\022PGE36" /* 36 bit address space support */ "\023RSVD" /* Reserved, unknown */ "\024MP" /* Multiprocessor Capable */ - "\025" + "\025NX" /* Has EFER.NXE, NX (no execute pte bit) */ "\026" "\027AMIE" /* AMD MMX Instruction Extensions */ "\030MMX" @@ -1105,9 +1105,9 @@ print_AMD_features(void) "\033" "\034" "\035" - "\036" + "\036LM" /* Long mode */ "\037DSP" /* AMD 3DNow! Instruction Extensions */ - "\0403DNow!" + "\0403DNow!" /* AMD 3DNow! Instructions */ ); } #endif