[ARM] Make v6 copypage function static and cleanup pgprots
authorRussell King <rmk@dyn-67.arm.linux.org.uk>
Sun, 30 Oct 2005 19:03:21 +0000 (19:03 +0000)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Sun, 30 Oct 2005 19:03:21 +0000 (19:03 +0000)
commitb4c2803ca8ad7bb1aad215d89532e24488e9e68e
tree719a557c8f30724270d59a425c33fc0d1db067ed
parentd362979aa2b031b91ee12122e5c4cad89577d8d3
[ARM] Make v6 copypage function static and cleanup pgprots

We know what pgprot we're going to use, so don't #define it.  Also,
since we select the nonaliasing/aliasing copypage implementation at
run time, there's no point having it globally visible.

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