1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-13 10:02:38 +00:00

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:
David Malone 2006-02-15 14:48:59 +00:00
parent 977cb19587
commit 0cbae93607
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=155720
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>"