commit | 24e6c6996fb6e0e716c1dda1def1bb023a0fe43b | [log] [tgz] |
---|---|---|
author | Russell King <rmk@dyn-67.arm.linux.org.uk> | Sat Apr 21 10:21:28 2007 +0100 |
committer | Russell King <rmk+kernel@arm.linux.org.uk> | Sat Apr 21 20:35:55 2007 +0100 |
tree | 91e507dd9a071d7e6d68bd06120f6538c92b1cec | |
parent | 4a56c1e41f19393577bdd5c774c289c199b7269d [diff] |
[ARM] mm 4: make create_mapping() more conventional Rather than our three separate loops to setup mappings (by page mappings up to a section boundary, then section mappings, and the remainder by page mappings) convert this to a more conventional Linux style of a loop over each page table level. Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>