Home
last modified time | relevance | path

Searched hist:"7 e4b9b4f6f43838fad3ad72c029a3d7fc7c7d48c" (Results 1 – 1 of 1) sorted by relevance

/rk3399_rockchip-uboot/fs/fat/
H A Dfat.c7e4b9b4f6f43838fad3ad72c029a3d7fc7c7d48c Sat Jan 03 01:47:45 UTC 2009 Bryan Wu <bryan.wu@analog.com> fat: fix unaligned errors

A couple of buffers in the fat code are declared as an array of bytes.
But it is then cast up to a structure with 16bit and 32bit members.
Since GCC assumes structure alignment here, we have to force the
buffers to be aligned according to the structure usage.

Signed-off-by: Bryan Wu <bryan.wu@analog.com>
Signed-off-by: Mike Frysinger <vapier@gentoo.org>