ARC: cache detection code bitrot
authorVineet Gupta <vgupta@synopsys.com>
Sat, 15 Jun 2013 04:51:51 +0000 (10:21 +0530)
committerVineet Gupta <vgupta@synopsys.com>
Sat, 22 Jun 2013 08:16:43 +0000 (13:46 +0530)
* 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>

No differences found