commit | ec6e5257664ce8da174320d024d151078ddaf03b | [log] [tgz] |
---|---|---|
author | Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com> | Tue Apr 08 11:12:46 2014 +0900 |
committer | Tom Rini <trini@ti.com> | Mon May 12 15:19:45 2014 -0400 |
tree | cba2570aa1881b8ef1471117fee1c8398117122a | |
parent | 197c72046cc3b3227a062ca1748aad002b81fa1b [diff] |
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>