commit | 30499186602afa1d62c2e5d354d02214a0ee00b7 | [log] [tgz] |
---|---|---|
author | Vineet Gupta <vgupta@synopsys.com> | Sat Jun 15 10:21:51 2013 +0530 |
committer | Vineet Gupta <vgupta@synopsys.com> | Sat Jun 22 13:46:43 2013 +0530 |
tree | d0e928b54b995702822c70a32b3479625ff30c1f | |
parent | 6546415226f2fc3ab0a820464774e02a1679f90a [diff] |
ARC: cache detection code bitrot * Number of (i|d)cache ways can be retrieved from BCRs and hence no need to cross check with with built-in constants * Use of IS_ENABLED() to check for a Kconfig option * is_not_cache_aligned() not used anymore Signed-off-by: Vineet Gupta <vgupta@synopsys.com>