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
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