]> git.baikalelectronics.ru Git - kernel.git/commit
ARM: arm925: ensure assembly sets up writethrough mapping
authorRussell King <rmk+kernel@arm.linux.org.uk>
Fri, 20 Jun 2014 10:23:02 +0000 (11:23 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Fri, 20 Jun 2014 10:23:02 +0000 (11:23 +0100)
commit62cba8e77a3a487410455923702da165b1077d2d
tree7b9fbf10b6e055329b507e6630d763ce36134da2
parent21e34d74752ef296cbafecc4f9cd8ef877816abd
ARM: arm925: ensure assembly sets up writethrough mapping

Commit be5e55b46edd ("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>
arch/arm/mm/proc-arm925.S