summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sys/amd64/amd64/identcpu.c4
-rw-r--r--sys/i386/i386/identcpu.c4
2 files changed, 4 insertions, 4 deletions
diff --git a/sys/amd64/amd64/identcpu.c b/sys/amd64/amd64/identcpu.c
index 95ffcab0..9a130f4 100644
--- a/sys/amd64/amd64/identcpu.c
+++ b/sys/amd64/amd64/identcpu.c
@@ -982,7 +982,7 @@ print_AMD_features(u_int *regs)
"\024<b19>"
"\025<b20>"
"\026<b21>"
- "\027<b22>"
+ "\027AMIE" /* AMD MMX Instruction Extensions */
"\030MMX"
"\031<b24>"
"\032<b25>"
@@ -990,7 +990,7 @@ print_AMD_features(u_int *regs)
"\034<b27>"
"\035<b28>"
"\036<b29>"
- "\037<b30>"
+ "\037DSP" /* AMD 3DNow! Instruction Extensions */
"\0403DNow!"
);
}
diff --git a/sys/i386/i386/identcpu.c b/sys/i386/i386/identcpu.c
index 95ffcab0..9a130f4 100644
--- a/sys/i386/i386/identcpu.c
+++ b/sys/i386/i386/identcpu.c
@@ -982,7 +982,7 @@ print_AMD_features(u_int *regs)
"\024<b19>"
"\025<b20>"
"\026<b21>"
- "\027<b22>"
+ "\027AMIE" /* AMD MMX Instruction Extensions */
"\030MMX"
"\031<b24>"
"\032<b25>"
@@ -990,7 +990,7 @@ print_AMD_features(u_int *regs)
"\034<b27>"
"\035<b28>"
"\036<b29>"
- "\037<b30>"
+ "\037DSP" /* AMD 3DNow! Instruction Extensions */
"\0403DNow!"
);
}
OpenPOWER on IntegriCloud