patch-2.4.25 linux-2.4.25/drivers/char/drm/radeon_drv.h

Next file: linux-2.4.25/drivers/char/drm-4.0/bufs.c
Previous file: linux-2.4.25/drivers/char/drm/radeon_cp.c
Back to the patch index
Back to the overall index

diff -urN linux-2.4.24/drivers/char/drm/radeon_drv.h linux-2.4.25/drivers/char/drm/radeon_drv.h
@@ -839,14 +839,6 @@
  * Ring control
  */
 
-#if defined(__powerpc__)
-#define radeon_flush_write_combine()	(void) GET_RING_HEAD( &dev_priv->ring )
-#else
-#define radeon_flush_write_combine()	wmb()
-#warning PCI posting bug
-#endif
-
-
 #define RADEON_VERBOSE	0
 
 #define RING_LOCALS	int write, _nr; unsigned int mask; u32 *ring;

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)