ARM: Change CP15 regs to bump memory throughput on ScorpionMP

Change-Id: I9ace6222750954e43b4b57d049bb74645fb06424
Signed-off-by: David Ng <dave@codeaurora.org>
(cherry picked from commit 76c5892fc1fa36e4e5ebabd2c4e0f10593233b62)

Conflicts:

	arch/arm/mm/proc-v7.S
This commit is contained in:
David Ng
2011-11-23 10:07:19 -08:00
committed by Stephen Boyd
parent e39e08261e
commit 2bfed520ac

View File

@@ -146,7 +146,11 @@ ENDPROC(cpu_v7_set_pte_ext)
* NOS = PRRR[24+n] = 1 - not outer shareable
*/
.equ PRRR, 0xff0a81a8
#ifdef CONFIG_ARCH_MSM_SCORPIONMP
.equ NMRR, 0x40e080e0
#else
.equ NMRR, 0x40e040e0
#endif
/*
* Macro for setting up the TTBRx and TTBCR registers.