tests/gem_tiled_swapping: Don't needless crash on 32-bit systems
authorChris Wilson <chris@chris-wilson.co.uk>
Wed, 12 Dec 2012 13:56:09 +0000 (13:56 +0000)
committerChris Wilson <chris@chris-wilson.co.uk>
Wed, 12 Dec 2012 14:33:59 +0000 (14:33 +0000)
commitb1ee03c540af86708a8dd1674032712cba7aa1f1
tree87d042e6d769cabc83adfb189f9ca0b9d208cc4f
parent4cd21795d2ba882a4197769e516b021a5a4c806d
tests/gem_tiled_swapping: Don't needless crash on 32-bit systems

Only 32-bit of mmap address space, but with PAE we may be trying to
allocate more than 4 GiB of memory.

Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
tests/gem_tiled_swapping.c