Merge xgi_mem_req and xgi_mem_alloc into a single type.
authorIan Romanick <idr@us.ibm.com>
Mon, 9 Jul 2007 22:59:09 +0000 (15:59 -0700)
committerIan Romanick <idr@us.ibm.com>
Mon, 9 Jul 2007 22:59:09 +0000 (15:59 -0700)
commit2f2d8b9688743ac6367bf13c3c023310a257ceb7
treeeb129f17d3efbe7a642e8a9a80c5408ad9c117b6
parent86e75b7f7f64643c6ef2c0fef353b38753df8239
Merge xgi_mem_req and xgi_mem_alloc into a single type.

These two structures were used as the request and reply for certain
ioctls.  Having a different type for an ioctl's input and output is
just wierd.  In addition, each structure contained fields (e.g., pid)
that had no business being there.

This change requires updates to user-space.
linux-core/xgi_cmdlist.c
linux-core/xgi_drv.c
linux-core/xgi_drv.h
linux-core/xgi_fb.c
linux-core/xgi_pcie.c