[PATCH] drm/mm: Fix support 4 GiB and larger ranges
authorKrzysztof Kolasa <kkolasa@winsoft.pl>
Sun, 15 Mar 2015 19:22:36 +0000 (20:22 +0100)
committerDave Airlie <airlied@redhat.com>
Sun, 15 Mar 2015 20:28:50 +0000 (06:28 +1000)
commit046d669c62f37323ef0329c41d83a03c06b2087d
treeade52f7d590c7dbb0d73a95b29960c2ccce664f9
parent6981e2af36b0d96404b60df29e90068855a81225
[PATCH] drm/mm: Fix support 4 GiB and larger ranges

bad argument if(tmp)... in check_free_hole

fix oops: kernel BUG at drivers/gpu/drm/drm_mm.c:305!

[airlied: excellent, this was my task for today].

Signed-off-by: Krzysztof Kolasa <kkolasa@winsoft.pl>
Reviewed-by: Chris wilson <chris@chris-wilson.co.uk>
Signed-off-by: Dave Airlie <airlied@redhat.com>
drivers/gpu/drm/drm_mm.c