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.
1. ARC_REG_SLC_CFG_BCR is not a BCR (Build configuration register) but a simple AUX reg for SLC control. Any BCR AUX reg could be read always and that's safe while attempt to even read AUX reg that corresponds to missing HW block will inevitably lead to "Instruciton Error" exception. So to prevent users from misuse of that AUX register we'll remove "_BCR" suffix from its name 2. To manage SLC we'll need more AUX regs for: * SLC enable/disable (ARC_REG_SLC_CONTROL) * full flush (ARC_REG_SLC_FLUSH) * full invaludation (ARC_REG_SLC_INVALIDATE) Signed-off-by: Alexey Brodkin <[email protected]>
- Loading branch information
Showing
3 changed files
with
10 additions
and
2 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
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
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