summaryrefslogtreecommitdiff
path: root/linux/mga_drv.h
diff options
context:
space:
mode:
authorRik Faith <faith@alephnull.com>2001-01-04 18:41:41 +0000
committerRik Faith <faith@alephnull.com>2001-01-04 18:41:41 +0000
commit833af23c5d21b1ab139327861d25d96dcd91af6f (patch)
tree84064ba2e7f846d3889e3ac3e0a9a9e079e628bd /linux/mga_drv.h
parentc7c6156aecdee2838dd0e193a3d529ecbb797ae7 (diff)
Sync with Linux 2.4.0-prerelease
Diffstat (limited to 'linux/mga_drv.h')
-rw-r--r--linux/mga_drv.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/linux/mga_drv.h b/linux/mga_drv.h
index 15f7a989..d7bf6326 100644
--- a/linux/mga_drv.h
+++ b/linux/mga_drv.h
@@ -38,7 +38,7 @@
#define MGA_BUF_NEEDS_OVERFLOW 3
typedef struct {
- u32 buffer_status;
+ long buffer_status; /* long req'd for set_bit() --RR */
int num_dwords;
int max_dwords;
u32 *current_dma_ptr;
@@ -62,7 +62,7 @@ typedef struct _drm_mga_freelist {
#define MGA_IN_GETBUF 3
typedef struct _drm_mga_private {
- u32 dispatch_status;
+ long dispatch_status; /* long req'd for set_bit() --RR */
unsigned int next_prim_age;
__volatile__ unsigned int last_prim_age;
int reserved_map_idx;