diff options
author | David Dawes <dawes@xfree86.org> | 2002-02-14 02:00:26 +0000 |
---|---|---|
committer | David Dawes <dawes@xfree86.org> | 2002-02-14 02:00:26 +0000 |
commit | ab87c5d0d1b5c35006ce8b99a9260e3116c732dc (patch) | |
tree | 24d25b8fa4987897180d249b671ac2ab9e8edab1 /linux/i830_dma.c | |
parent | 65d25572deec33b7da13c211bf0aa78c361f535a (diff) |
First pass of mesa-4-0 branch merge into trunk.trunk-20020221mesa-4-0-20020214-merge
Diffstat (limited to 'linux/i830_dma.c')
-rw-r--r-- | linux/i830_dma.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/i830_dma.c b/linux/i830_dma.c index 661987fb..69b1c8a3 100644 --- a/linux/i830_dma.c +++ b/linux/i830_dma.c @@ -91,7 +91,7 @@ do { \ *(volatile unsigned int *)(virt + outring) = n; \ outring += 4; \ outring &= ringmask; \ -} while (0); +} while (0) static inline void i830_print_status_page(drm_device_t *dev) { |