Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ARCv3: L2$ fix flush/invalidate address range
{CACHE_ADDR_HI1, CACHE_ADDR_HI0} registers determine the final address of the requested L2$ operation. This address specifies the end of the range, and it is inclusive. Prior to this fix, one cache line outside of the requested range could be mistakenly flushed or invalidated.
- Loading branch information