From: Vineet Gupta Date: Mon, 28 Jan 2013 09:37:31 +0000 (+0530) Subject: ARC: Don't fiddle with non-existent caches X-Git-Tag: v3.9-rc1~25^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d626f547dd0457ab36f6151673fcc78fc3c63eaa;p=pandora-kernel.git 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 Signed-off-by: Vineet Gupta --- Reading git-diff-tree failed