Remove VMX from CPUFeatures, ppc isn't using it at all
authorLuca Barbato <lu_zero@gentoo.org>
Wed, 23 Apr 2008 23:06:38 +0000 (01:06 +0200)
committerLuca Barbato <lu_zero@gentoo.org>
Wed, 23 Apr 2008 23:06:38 +0000 (01:06 +0200)
pixman/pixman-pict.c

index 9c6a375..9147af7 100644 (file)
@@ -1878,7 +1878,6 @@ enum CPUFeatures {
     NoFeatures = 0,
     MMX = 0x1,
     MMX_Extensions = 0x2,
-    VMX = 0x4,
     SSE = 0x6,
     SSE2 = 0x8,
     CMOV = 0x10