drm/radeon: Fix sparc regression in r300_scratch()
Commit
40487f8e6b3bf69791d4036e65baa9de4c9a2a4d ("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
2a78ace352da1135bf4a82a78cd7ca807b6ebf04 ("drm: radeon: Fix unaligned
access in r300_scratch().").
Put it back.
Signed-off-by: David S. Miller <davem@davemloft.net>
Acked-by: Matt Turner <mattst88@gmail.com>
Signed-off-by: Dave Airlie <airlied@redhat.com>