From 584118fb6c15d695b6a203c2df51411958957880 Mon Sep 17 00:00:00 2001 From: Luca Barbato Date: Thu, 24 Apr 2008 01:06:38 +0200 Subject: [PATCH] Remove VMX from CPUFeatures, ppc isn't using it at all --- pixman/pixman-pict.c | 1 - 1 file changed, 1 deletion(-) diff --git a/pixman/pixman-pict.c b/pixman/pixman-pict.c index 9c6a375..9147af7 100644 --- a/pixman/pixman-pict.c +++ b/pixman/pixman-pict.c @@ -1878,7 +1878,6 @@ enum CPUFeatures { NoFeatures = 0, MMX = 0x1, MMX_Extensions = 0x2, - VMX = 0x4, SSE = 0x6, SSE2 = 0x8, CMOV = 0x10 -- 2.7.4