diff options
author | Dave Airlie <airlied@linux.ie> | 2004-09-05 02:36:48 +0000 |
---|---|---|
committer | Dave Airlie <airlied@linux.ie> | 2004-09-05 02:36:48 +0000 |
commit | 3dcbc1f4a13e2f8d5ddb2a9ae8bc83c48a30a2b7 (patch) | |
tree | e1c41a598fe225d1f10d62d8802e454de2390fbc /linux/ati_pcigart.h | |
parent | 4499ea42eae887c45403cd9ea364fccf311fee8e (diff) |
make the AMD64 check a compat thing
Diffstat (limited to 'linux/ati_pcigart.h')
-rw-r--r-- | linux/ati_pcigart.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/ati_pcigart.h b/linux/ati_pcigart.h index bf599e42..0d7df0f3 100644 --- a/linux/ati_pcigart.h +++ b/linux/ati_pcigart.h @@ -157,7 +157,7 @@ int DRM(ati_pcigart_init)( drm_device_t *dev, ret = 1; -#if defined(__i386__) || defined(__AMD64__) || defined(__x86_64__) +#if defined(__i386__) || defined(__x86_64__) asm volatile ( "wbinvd" ::: "memory" ); #else mb(); |