commit | af3e4fd37a18f2e5a00175bc96061541d1364a3b | [log] [tgz] |
---|---|---|
author | Mark A. Greer <mgreer@mvista.com> | Fri Apr 01 15:41:26 2011 +0100 |
committer | Russell King <rmk+kernel@arm.linux.org.uk> | Thu May 12 10:07:00 2011 +0100 |
tree | 2e68bb99fc917dcf4a4611bf661f018fbbc23851 | |
parent | 111e9a5ce66e64cbf9cf33a60982f29fd7e224da [diff] |
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>