Re: [PATCH 2/2] bsps/aarch64: Fix off-by-one cache bug

2023-02-13 Thread Chris Johns
OK to push Thanks Chris On 11/2/2023 9:00 am, Kinsey Moore wrote: > The whole cache invalidation and flushing functions only ended up > flusing the first N-1 levels of cache due to an off by one error. This > resovles that issue and makes consistent the usage of levels as they > relate to caching

[PATCH 2/2] bsps/aarch64: Fix off-by-one cache bug

2023-02-10 Thread Kinsey Moore
The whole cache invalidation and flushing functions only ended up flusing the first N-1 levels of cache due to an off by one error. This resovles that issue and makes consistent the usage of levels as they relate to caching. --- bsps/aarch64/shared/cache/cache.c | 32 +++---