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

main
Ian Romanick 2007-07-21 21:36:11 -07:00
parent 1a0775760c
commit 877296ade0
1 changed files with 1 additions and 1 deletions

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 {