mach64: use unaligned access
authorMikulas Patocka <mpatocka@redhat.com>
Thu, 23 Jan 2014 19:41:09 +0000 (14:41 -0500)
committerTomi Valkeinen <tomi.valkeinen@ti.com>
Tue, 11 Feb 2014 13:01:04 +0000 (15:01 +0200)
commitc29dd8696dc5dbd50b3ac441b8a26751277ba520
tree36e7c97bda98cff02557b602572b076b89931994
parentbf26e6d2fed45da619ae0ef675a09b794db6e449
mach64: use unaligned access

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 <mpatocka@redhat.com>
Cc: stable@vger.kernel.org
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
drivers/video/aty/mach64_accel.c