]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
Fix ARMv7 memory typing
authorRussell King - ARM Linux <linux@arm.linux.org.uk>
Tue, 4 Nov 2008 01:36:10 +0000 (17:36 -0800)
committerTony Lindgren <tony@atomide.com>
Tue, 4 Nov 2008 01:36:10 +0000 (17:36 -0800)
commit6ae3983b779ea5ad87515630e9b9205b76f1e916
tree825827b6f94966dda208a7edba25ea7b8c718828
parenta634e5074e345540165152fb8b2100314e8b8f80
Fix ARMv7 memory typing

* Russell King - ARM Linux <linux@arm.linux.org.uk> [081103 07:09]:
> Solving ARMv7 seems to be fairly simple, at the expense of making
> build_mem_types_table() slightly more complex.  If that was the only
> problem, then I wouldn't be mentioning the idea of dropping the
> patchset.

Well, this is the fix for ARMv7 (and a few others).  In making these
changes, I went back to DDI0100I (ARMv6 ARM), DDI0406A (ARMv7 ARM)
and the Marvell Xscale3 documentation.
...

Note that this version has a bug with xscale handling, but works
for omap. This patch will get reverted once the final patch is
available.

Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/include/asm/system.h
arch/arm/mm/mmu.c
arch/arm/mm/proc-v7.S