diff options
-rw-r--r-- | linux-core/ati_pcigart.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linux-core/ati_pcigart.c b/linux-core/ati_pcigart.c index 66ca47c0..3a45c099 100644 --- a/linux-core/ati_pcigart.c +++ b/linux-core/ati_pcigart.c @@ -157,7 +157,7 @@ int drm_ati_pcigart_init(drm_device_t * dev, ret = 1; #if defined(__i386__) || defined(__x86_64__) - asm volatile ("wbinvd":::"memory"); + wbinvd(); #else mb(); #endif |