ARC: mm: IOC: Don't enable IOC by default
authorVineet Gupta <vgupta@synopsys.com>
Mon, 28 Nov 2016 17:18:21 +0000 (09:18 -0800)
committerVineet Gupta <vgupta@synopsys.com>
Mon, 28 Nov 2016 17:18:36 +0000 (09:18 -0800)
Signed-off-by: Vineet Gupta <vgupta@synopsys.com>
arch/arc/mm/cache.c

index 2b96cfc..50d7169 100644 (file)
@@ -23,7 +23,7 @@
 
 static int l2_line_sz;
 static int ioc_exists;
-int slc_enable = 1, ioc_enable = 1;
+int slc_enable = 1, ioc_enable = 0;
 unsigned long perip_base = ARC_UNCACHED_ADDR_SPACE; /* legacy value for boot */
 unsigned long perip_end = 0xFFFFFFFF; /* legacy value */