commit | b4c2803ca8ad7bb1aad215d89532e24488e9e68e | [log] [tgz] |
---|---|---|
author | Russell King <rmk@dyn-67.arm.linux.org.uk> | Sun Oct 30 19:03:21 2005 +0000 |
committer | Russell King <rmk+kernel@arm.linux.org.uk> | Sun Oct 30 19:03:21 2005 +0000 |
tree | 719a557c8f30724270d59a425c33fc0d1db067ed | |
parent | d362979aa2b031b91ee12122e5c4cad89577d8d3 [diff] |
[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>