Skip to content

Commit

Permalink
MFi386 1.173: Display two new Intel feature bits.
Browse files Browse the repository at this point in the history
  • Loading branch information
bsdjhb committed Mar 20, 2007
1 parent 2ad7143 commit 87cf8b8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sys/amd64/amd64/identcpu.c
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ printcpuinfo(void)
"\004MON" /* MONITOR/MWAIT Instructions */
"\005DS_CPL" /* CPL Qualified Debug Store */
"\006VMX" /* Virtual Machine Extensions */
"\007<b6>"
"\007SMX" /* LaGrange Technology */
"\010EST" /* Enhanced SpeedStep */
"\011TM2" /* Thermal Monitor 2 */
"\012SSSE3" /* SSSE3 */
Expand All @@ -237,7 +237,7 @@ printcpuinfo(void)
"\020<b15>"
"\021<b16>"
"\022<b17>"
"\023<b18>"
"\023DCA" /* Direct Cache Access */
"\024<b19>"
"\025<b20>"
"\026<b21>"
Expand Down

0 comments on commit 87cf8b8

Please sign in to comment.