summaryrefslogtreecommitdiff
path: root/shared/r128_drv.h
diff options
context:
space:
mode:
Diffstat (limited to 'shared/r128_drv.h')
-rw-r--r--shared/r128_drv.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/shared/r128_drv.h b/shared/r128_drv.h
index bd913878..3dee2e94 100644
--- a/shared/r128_drv.h
+++ b/shared/r128_drv.h
@@ -440,7 +440,7 @@ do { \
#if defined(__powerpc__)
#define r128_flush_write_combine() (void) GET_RING_HEAD( &dev_priv->ring )
#else
-#define r128_flush_write_combine() DRM_WRITEMEMORYBARRIER(dev_priv->ring_rptr)
+#define r128_flush_write_combine() DRM_WRITEMEMORYBARRIER()
#endif