commit | b8d8772e53f83cc87aeeab1c3a60d5d5d45ce38b | [log] [tgz] |
---|---|---|
author | Russell King <rmk+kernel@arm.linux.org.uk> | Fri Jun 20 11:23:02 2014 +0100 |
committer | Russell King <rmk+kernel@arm.linux.org.uk> | Fri Jun 20 11:23:02 2014 +0100 |
tree | 7b9fbf10b6e055329b507e6630d763ce36134da2 | |
parent | 6a78371acebfe1e9d9eda218a835d712193d35a5 [diff] |
ARM: arm925: ensure assembly sets up writethrough mapping Commit ca8f0b0a545f ("ARM: ensure C page table setup code follows assembly code") did what it said on the tin, but some of the older CPU code omitted the default cache policy from their files. This results in the kernel running with the caches disabled. Fix this for ARM925. Reported-by: Aaro Koskinen <aaro.koskinen@iki.fi> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>