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