From b20b00d4bc49534ba6e3695fb05cfc240bd3f0af Mon Sep 17 00:00:00 2001 From: Dave Airlie Date: Tue, 20 Jul 2004 11:26:13 +0000 Subject: add x86_64 architecture defines from kernel (leave AMD64 defines in for backwards compat) --- linux-core/ati_pcigart.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'linux-core/ati_pcigart.c') diff --git a/linux-core/ati_pcigart.c b/linux-core/ati_pcigart.c index 9ad49c06..b930683e 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(__AMD64__) +#if defined(__i386__) || defined(__AMD64__) || defined(__x86_64__) asm volatile ( "wbinvd" ::: "memory" ); #else mb(); -- cgit v1.2.3