aboutsummaryrefslogtreecommitdiffstats
path: root/linux-2.6.9-patches/drm.patch
blob: 3412ce6203e42e7dc1e6403364560667c0940bf8 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- linux-2.6.8.1/drivers/char/drm/ati_pcigart.h	2004-08-14 11:56:14.000000000 +0100
+++ linux-2.6.8.1-xen0/drivers/char/drm/ati_pcigart.h	2004-09-05 06:14:51.751782846 +0100
@@ -158,7 +158,7 @@
 	ret = 1;
 
 #if defined(__i386__) || defined(__x86_64__)
-	asm volatile ( "wbinvd" ::: "memory" );
+	wbinvd();
 #else
 	mb();
 #endif