ARM: 6859/1: Add writethrough dcache support for ARM926EJS processor
authorMark A. Greer <mgreer@mvista.com>
Fri, 1 Apr 2011 14:41:26 +0000 (15:41 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Thu, 12 May 2011 09:07:00 +0000 (10:07 +0100)
commitaf3e4fd37a18f2e5a00175bc96061541d1364a3b
tree2e68bb99fc917dcf4a4611bf661f018fbbc23851
parent111e9a5ce66e64cbf9cf33a60982f29fd7e224da
ARM: 6859/1: Add writethrough dcache support for ARM926EJS processor

The ARM kernel supports writethrough data cache via the
CONFIG_CPU_DCACHE_WRITETHROUGH option.  However, that
functionality wasn't implemented in the arch/arm/boot/compressed
code.  It is now necessary due to a new ARM926EJS processor
that has an issue with writeback data cache.

Signed-off-by: Mark A. Greer <mgreer@mvista.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
arch/arm/boot/compressed/head.S