From: Russell King Date: Sun, 21 Nov 2010 11:48:16 +0000 (+0000) Subject: ARM: pgtable: use conventional page table code for identity mappings X-Git-Tag: v2.6.38-rc1~471^2~1^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=af3813d6a5bf8d0f71b23d3ce458fa5f9916c6b7;p=pandora-kernel.git 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 --- Reading git-diff-tree failed