xgi_mem_alloc::offset is a hardware offset, so it should be u32, not long.

This commit is contained in:
Ian Romanick 2007-07-21 21:36:11 -07:00
parent 1a0775760c
commit 877296ade0

View file

@ -73,7 +73,7 @@ struct xgi_mem_alloc {
/**
* Offset of the allocation in the mapping.
*/
unsigned long offset;
__u32 offset;
};
enum xgi_batch_type {