From: David Miller Date: Mon, 26 Apr 2010 09:55:42 +0000 (-0700) Subject: drm/radeon: Fix sparc regression in r300_scratch() X-Git-Tag: v2.6.34-rc6~29^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=88b045077a1462a47503137fd4ca0c31772819ca;p=pandora-kernel.git drm/radeon: Fix sparc regression in r300_scratch() Commit b4fe945405e477cded91772b4fec854705443dd5 ("drm/radeon: Fix memory allocation failures in the preKMS command stream checking.") added a regression in that it completely tossed the get_unaligned() done by r300_scratch() which we added in commit 958a6f8ccb1964adc3eec84cf401c5baeb4fbca0 ("drm: radeon: Fix unaligned access in r300_scratch()."). Put it back. Signed-off-by: David S. Miller Acked-by: Matt Turner Signed-off-by: Dave Airlie --- Reading git-diff-tree failed