]> err.no Git - linux-2.6/commit
[ARM] Fix ARMv6 page table bits
authorRussell King <rmk@dyn-67.arm.linux.org.uk>
Thu, 1 Sep 2005 21:41:55 +0000 (22:41 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Thu, 1 Sep 2005 21:41:55 +0000 (22:41 +0100)
commit86a8a83963a3f6beeca4900d26da93c7d2a9d92d
tree67c38d24dc4d2b3360c7d41588244f3a0d424cf5
parent103461a80c2f2dd95fe9a39a5decd984622c2a9e
[ARM] Fix ARMv6 page table bits

We weren't explicitly setting the page table bits we desired
in user_prot in the protection table, which resulted in the
user mappings for v6 CPUs being marked global.

Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
arch/arm/mm/mm-armv.c