]> 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)
commit99ef2aff0b905cd1ddeda101c352692f448d1b4d
tree7b9fbf10b6e055329b507e6630d763ce36134da2
parenta329e0c633bc9f5caab629d1e743b9638f77c293
ARM: arm925: ensure assembly sets up writethrough mapping

Commit a34a9f9886c9 ("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