From: Russell King Date: Sat, 21 Apr 2007 09:21:28 +0000 (+0100) Subject: [ARM] mm 4: make create_mapping() more conventional X-Git-Tag: v2.6.22-rc1~1009^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=24e6c6996fb6e0e716c1dda1def1bb023a0fe43b;p=pandora-kernel.git [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 --- Reading git-diff-tree failed