diff options
author | Vineet Gupta <vgupta@synopsys.com> | 2017-01-17 11:09:18 -0800 |
---|---|---|
committer | Vineet Gupta <vgupta@synopsys.com> | 2017-01-18 19:21:06 -0800 |
commit | d0e73e2ac6a6b157159e1e62f981c06d29f42336 (patch) | |
tree | 9ef968246dc0e2719413561849d04f04eede2040 /arch/arc/mm | |
parent | 76894a72a0d7e0759de272bf3f4d2279ebd86d0b (diff) | |
download | linux-d0e73e2ac6a6b157159e1e62f981c06d29f42336.tar.bz2 |
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/mm')
-rw-r--r-- | arch/arc/mm/cache.c | 2 |
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 */ |