It seems bit 5 of cpu_feature2 is the VMX (Virtual Machine Extensions)

bit. While I'm here, delete a comment that was cut and past from the
cpu_features code that doesn't belong here.
This commit is contained in:
dwmalone 2006-02-15 14:48:59 +00:00
parent 9c98223a6b
commit fab7fda621
2 changed files with 4 additions and 4 deletions

View File

@ -224,8 +224,8 @@ printcpuinfo(void)
"\003RSVD2" /* "Reserved" bit 2 */
"\004MON" /* MONITOR/MWAIT Instructions */
"\005DS_CPL" /* CPL Qualified Debug Store */
"\006<b5>" /* Machine specific registers */
"\007<b6>" /* Physical address extension */
"\006VMX" /* Virtual Machine Extensions */
"\007<b6>"
"\010EST" /* Enhanced SpeedStep */
"\011TM2" /* Thermal Monitor 2 */
"\012<b9>"

View File

@ -720,8 +720,8 @@ printcpuinfo(void)
"\003RSVD2" /* "Reserved" bit 2 */
"\004MON" /* MONITOR/MWAIT Instructions */
"\005DS_CPL" /* CPL Qualified Debug Store */
"\006<b5>" /* Machine specific registers */
"\007<b6>" /* Physical address extension */
"\006VMX" /* Virtual Machine Extensions */
"\007<b6>"
"\010EST" /* Enhanced SpeedStep */
"\011TM2" /* Thermal Monitor 2 */
"\012<b9>"