Re: [U-Boot] [PATCH] ext2: Cache line align indirection buffers

2012-01-05 Thread Wolfgang Denk
Dear Simon Glass, In message 1324497688-26529-1-git-send-email-...@chromium.org you wrote: Make ext2 use cache line aligned buffers for reading from the filesystem. This is needed when caches are enabled because unaligned cache invalidates are not safe. Signed-off-by: Simon Glass

[U-Boot] [PATCH] ext2: Cache line align indirection buffers

2011-12-21 Thread Simon Glass
Make ext2 use cache line aligned buffers for reading from the filesystem. This is needed when caches are enabled because unaligned cache invalidates are not safe. Signed-off-by: Simon Glass s...@chromium.org --- fs/ext2/ext2fs.c | 18 -- 1 files changed, 12 insertions(+), 6