projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
76894a7
)
ARC: Revert "ARC: mm: IOC: Don't enable IOC by default"
author
Vineet Gupta
<vgupta@synopsys.com>
Tue, 17 Jan 2017 19:09:18 +0000
(11:09 -0800)
committer
Vineet Gupta
<vgupta@synopsys.com>
Thu, 19 Jan 2017 03:21:06 +0000
(19:21 -0800)
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>
arch/arc/mm/cache.c
patch
|
blob
|
blame
|
history
diff --git
a/arch/arc/mm/cache.c
b/arch/arc/mm/cache.c
index ee01979e3d01d0cbf05fe404694eb79973cd1ec0..d408fa21a07c9937a0e2956a6e12a7895ffef684 100644
(file)
--- 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 */