projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8456f1b
)
Revert "[ARM] tegra: Enable pl310 data prefetching and prefetch offset"
author
Rebecca Schultz Zavin
<rebecca@android.com>
Mon, 21 Mar 2011 21:09:44 +0000
(14:09 -0700)
committer
Rebecca Schultz Zavin
<rebecca@android.com>
Mon, 21 Mar 2011 21:09:44 +0000
(14:09 -0700)
This reverts commit
6c77fdda35688ae3c9d9029a9824f7cf941f348d
.
Conflicts:
arch/arm/mach-tegra/common.c
Change-Id: I35858f63da5cfd00885dd765da45db39be16b8b7
arch/arm/mach-tegra/common.c
patch
|
blob
|
history
diff --git
a/arch/arm/mach-tegra/common.c
b/arch/arm/mach-tegra/common.c
index c1ecbdf3f0a357dca2eb11fc003f26c2c44584a2..4672c774bd9c1ff9af42e1c8d1e9499b5d815f39 100644
(file)
--- a/
arch/arm/mach-tegra/common.c
+++ b/
arch/arm/mach-tegra/common.c
@@
-90,10
+90,9
@@
void __init tegra_init_cache(void)
writel(0x331, p + L2X0_TAG_LATENCY_CTRL);
writel(0x441, p + L2X0_DATA_LATENCY_CTRL);
- writel(7, p + L2X0_PREFETCH_OFFSET);
writel(2, p + L2X0_PWR_CTRL);
- l2x0_init(p, 0x
7
C480001, 0x8200c3fe);
+ l2x0_init(p, 0x
6
C480001, 0x8200c3fe);
#endif
}