From: Jordan Crouse Date: Thu, 27 May 2010 19:40:27 +0000 (-0600) Subject: drm: Make sure the DRM offset matches the CPU X-Git-Tag: v2.6.36-rc1~540^2~39^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=05269a3a5a78bb074413de495105d7a2686c4529;p=pandora-kernel.git drm: Make sure the DRM offset matches the CPU The pgoff option in mmap() is defined as an unsigned long so the offset generated by DRM needs to fit into BITS_PER_LONG for the CPU in question. Signed-off-by: Jordan Crouse Signed-off-by: Dave Airlie --- Reading git-diff-tree failed