commit | 44b18693904e65d840ae999ac8aa717551cf509f | [log] [tgz] |
---|---|---|
author | Imre_Deak <imre.deak@solidboot.com> | Sun Feb 11 13:45:13 2007 +0100 |
committer | Russell King <rmk+kernel@arm.linux.org.uk> | Sun Feb 11 17:06:17 2007 +0000 |
tree | e4c7c9b1676a94d4488b0a5a4023fcbf23c002e4 | |
parent | eeea82ff4a3aebed9f501f04ca7b65d3605f247a [diff] |
[ARM] 4158/1: Fix user page protection macros The PAGE_* user page protection macros don't take into account the configured memory policy and other architecture specific bits like the global/ASID and shared mapping bits. Instead of constants let these depend on a variable fixed up at init just like PAGE_KERNEL. Signed-off-by: Imre Deak <imre.deak@solidboot.com> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>