commit | d626f547dd0457ab36f6151673fcc78fc3c63eaa | [log] [tgz] |
---|---|---|
author | Vineet Gupta <vgupta@synopsys.com> | Mon Jan 28 15:07:31 2013 +0530 |
committer | Vineet Gupta <vgupta@synopsys.com> | Fri Feb 15 23:16:19 2013 +0530 |
tree | c9ccac3168a7201a97fc50c765dfb7a4bd234a83 | |
parent | db8e35d5b28fe6608e73913c919e4a6568f7c09c [diff] |
ARC: Don't fiddle with non-existent caches !CONFIG_ARC_HAS_(I|D)CACHE makes Linux disable caches (assuming they exist in hardware) - mostly for debugging issues with new peripherals. However, independent of CONFIG_ARC_HAS_(I|D)CACHE, Linux also needs to handle, non-existant caches, using the information in Cache BCRs (Build Configuration Reg) Reported-by: Alexey Brodkin <abrodkin@synopsys.com> Signed-off-by: Vineet Gupta <vgupta@synopsys.com>