commit | c56c94714910288bf873eab6d77d1c12889025c1 | [log] [tgz] |
---|---|---|
author | Alexander Stein <alexanders83@web.de> | Fri Jul 24 09:22:12 2015 +0200 |
committer | Tom Rini <trini@konsulko.com> | Wed Aug 12 20:47:42 2015 -0400 |
tree | 7364fc01c6bc707aa5859bb41863bbacde49ee00 | |
parent | 50e81843f9003d472bb819a22d9c3df2c65728e0 [diff] |
ARM: bcm283x: Allocate all mailbox buffers cacheline aligned The mailbox buffer is required to be at least 16 bytes aligned, but for cache invalidation and/or flush it needs to be cacheline aligned. Use ALLOC_CACHE_ALIGN_BUFFER for all mailbox buffer allocations. Signed-off-by: Alexander Stein <alexanders83@web.de> Acked-by: Stephen Warren <swarren@wwwdotorg.org> Tested-by: Stephen Warren <swarren@wwwdotorg.org>