diff options
author | Catalin Marinas <catalin.marinas@arm.com> | 2012-06-25 15:59:38 +0200 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2012-07-09 18:39:38 +0200 |
commit | 9ad86ddde0345e903eb74837e52cf19fe0c7f825 (patch) | |
tree | 15d6bbaa38a0c7e4b55b4ee65edfa465e876efb4 /arch/arm/boot/compressed | |
parent | ARM: 7424/1: update die handler from x86 (diff) | |
download | linux-9ad86ddde0345e903eb74837e52cf19fe0c7f825.tar.xz linux-9ad86ddde0345e903eb74837e52cf19fe0c7f825.zip |
ARM: 7436/1: Do not map the vectors page as write-through on UP systems
The vectors page has been traditionally mapped as WT on UP systems but
this creates a mismatched alias with the directly mapped RAM that is
using WB attributes. On newer processors like Cortex-A15 this has
implications on the data/instructions coherency at the point of
unification (usually L2).
This patch removes such restriction.
Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
Tested-by: Will Deacon <will.deacon@arm.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/boot/compressed')
0 files changed, 0 insertions, 0 deletions