diff options
author | Dave Airlie <airlied@linux.ie> | 2004-07-20 11:26:13 +0000 |
---|---|---|
committer | Dave Airlie <airlied@linux.ie> | 2004-07-20 11:26:13 +0000 |
commit | b20b00d4bc49534ba6e3695fb05cfc240bd3f0af (patch) | |
tree | ce1660ffc1c2cab39d66eb71431ee188a238ccc6 /linux/ati_pcigart.h | |
parent | fdb6ae31cb721a928d058d7419444f55eb60a542 (diff) |
add x86_64 architecture defines from kernel (leave AMD64 defines in for
backwards compat)
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 9ad49c06..b930683e 100644 --- a/linux/ati_pcigart.h +++ b/linux/ati_pcigart.h @@ -158,7 +158,7 @@ int DRM(ati_pcigart_init)( drm_device_t *dev, ret = 1; -#if defined(__i386__) || defined(__AMD64__) +#if defined(__i386__) || defined(__AMD64__) || defined(__x86_64__) asm volatile ( "wbinvd" ::: "memory" ); #else mb(); |