Searched hist:"8 abd053cf07a1e4264d59c671e05a602fc7a31ad" (Results 1 – 1 of 1) sorted by relevance
| /rk3399_rockchip-uboot/fs/fat/ |
| H A D | fat_write.c | 8abd053cf07a1e4264d59c671e05a602fc7a31ad Tue Apr 08 02:12:46 UTC 2014 Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com> fs: fat: Fix cache align error message in fatwrite
Use of malloc of do_fat_write() causes cache error on ARM v7 platforms. Perhaps, the same problem will occur at any other CPUs. This replaces malloc with memalign to fix cache buffer alignment.
Signed-off-by: Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com> Signed-off-by: Yoshiyuki Ito <yoshiyuki.ito.ub@renesas.com> Tested-by: Hector Palacios <hector.palacios@digi.com>
|