forked from torvalds/linux
-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ARCv3: Limiting operations on L2$ by its size
The range of operations on the L2$ cannot exceed its size, or more precisely the number of cache lines in L2$. If the requested operation exceeds the L2$ size, then everything will be carried out in a loop, each iteration of which is limited by the L2$ size (hardware requirement).
- Loading branch information
Showing
1 changed file
with
42 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters