aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arc
diff options
context:
space:
mode:
authorVineet Gupta <vgupta@synopsys.com>2017-01-17 11:09:18 -0800
committerVineet Gupta <vgupta@synopsys.com>2017-01-18 19:21:06 -0800
commitd0e73e2ac6a6b157159e1e62f981c06d29f42336 (patch)
tree9ef968246dc0e2719413561849d04f04eede2040 /arch/arc
parentARC: mm: split arc_cache_init to allow __init reaping of bulk (diff)
downloadlinux-dev-d0e73e2ac6a6b157159e1e62f981c06d29f42336.tar.xz
linux-dev-d0e73e2ac6a6b157159e1e62f981c06d29f42336.zip
ARC: Revert "ARC: mm: IOC: Don't enable IOC by default"
The programming model has been fixed with prev patches so re-enable it by default This reverts commit 23cb1f644019bac49d87b4dd7c1eac0569cc4f53. Signed-off-by: Vineet Gupta <vgupta@synopsys.com>
Diffstat (limited to 'arch/arc')
-rw-r--r--arch/arc/mm/cache.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arc/mm/cache.c b/arch/arc/mm/cache.c
index ee01979e3d01..d408fa21a07c 100644
--- a/arch/arc/mm/cache.c
+++ b/arch/arc/mm/cache.c
@@ -23,7 +23,7 @@
static int l2_line_sz;
static int ioc_exists;
-int slc_enable = 1, ioc_enable = 0;
+int slc_enable = 1, ioc_enable = 1;
unsigned long perip_base = ARC_UNCACHED_ADDR_SPACE; /* legacy value for boot */
unsigned long perip_end = 0xFFFFFFFF; /* legacy value */