commit | af3813d6a5bf8d0f71b23d3ce458fa5f9916c6b7 | [log] [tgz] |
---|---|---|
author | Russell King <rmk+kernel@arm.linux.org.uk> | Sun Nov 21 11:48:16 2010 +0000 |
committer | Russell King <rmk+kernel@arm.linux.org.uk> | Wed Dec 22 11:05:34 2010 +0000 |
tree | 701ed00ea1e781ae758318c81b051f23ed9956fa | |
parent | 614dd0585f376a25c638abbed9c5fbd21d7baece [diff] |
ARM: pgtable: use conventional page table code for identity mappings Remove some knowledge of our 2-level page table layout from the identity mapping code - we assume that a step size of PGDIR_SIZE will allow us to step over all entries. While this is true today, it won't be true in the near future. Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>