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)
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>

No differences found