Re: [Patch, AArch64, AArch64-4.7] Fix AArch64 clear_cache

2013-01-17 Thread Marcus Shawcroft
On 17/01/13 13:10, Yufeng Zhang wrote: Hi, The attached patch fixes a bug in the AArch64 __clear_cache implementation in which the loop iterating through the cache lines to clear started from the first address to clear, incrementing by the size of the cache line, and potentially missing to clear

[Patch, AArch64, AArch64-4.7] Fix AArch64 clear_cache

2013-01-17 Thread Yufeng Zhang
Hi, The attached patch fixes a bug in the AArch64 __clear_cache implementation in which the loop iterating through the cache lines to clear started from the first address to clear, incrementing by the size of the cache line, and potentially missing to clear the last cache line. Patch passes