summaryrefslogtreecommitdiff
path: root/linux-core/ati_pcigart.c
diff options
context:
space:
mode:
authorAlan Hourihane <alanh@fairlite.demon.co.uk>2003-09-12 20:00:59 +0000
committerAlan Hourihane <alanh@fairlite.demon.co.uk>2003-09-12 20:00:59 +0000
commitc5168016cc028f59b417df77f1f169bf06e40271 (patch)
tree98372dc0025cded55ddeddf15fb665203ea8c0de /linux-core/ati_pcigart.c
parent85c16d962d8f6011b670d74d0669402ec4708f6f (diff)
linux drm fixes
Diffstat (limited to 'linux-core/ati_pcigart.c')
-rw-r--r--linux-core/ati_pcigart.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/linux-core/ati_pcigart.c b/linux-core/ati_pcigart.c
index 42233ff9..221ceb6d 100644
--- a/linux-core/ati_pcigart.c
+++ b/linux-core/ati_pcigart.c
@@ -158,7 +158,7 @@ int DRM(ati_pcigart_init)( drm_device_t *dev,
ret = 1;
-#if defined(__i386__) || defined(__x86_64__)
+#if defined(__i386__) || defined(__AMD64__)
asm volatile ( "wbinvd" ::: "memory" );
#else
mb();