From: Mikulas Patocka Date: Thu, 23 Jan 2014 19:41:09 +0000 (-0500) Subject: mach64: use unaligned access X-Git-Tag: upstream/snapshot3+hdmi~2993 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=cdab63457f721655224d066ef8b91c3420401cd6;p=platform%2Fadaptation%2Frenesas_rcar%2Frenesas_kernel.git mach64: use unaligned access commit c29dd8696dc5dbd50b3ac441b8a26751277ba520 upstream. This patch fixes mach64 to use unaligned access to the font bitmap. This fixes unaligned access warning on sparc64 when 14x8 font is loaded. On x86(64), unaligned access is handled in hardware, so both functions le32_to_cpup and get_unaligned_le32 perform the same operation. On RISC machines, unaligned access is not handled in hardware, so we better use get_unaligned_le32 to avoid the unaligned trap and warning. Signed-off-by: Mikulas Patocka Signed-off-by: Tomi Valkeinen Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/video/aty/mach64_accel.c b/drivers/video/aty/mach64_accel.c index e45833c..182bd68 100644 --- a/drivers/video/aty/mach64_accel.c +++ b/drivers/video/aty/mach64_accel.c @@ -4,6 +4,7 @@ */ #include +#include #include #include