From: Paul Mundt Date: Thu, 21 Jan 2010 05:19:41 +0000 (+0900) Subject: sh: initial PMB mapping iteration by helper macro. X-Git-Tag: v2.6.34-rc1~285^2~81 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=77c2019fc1b4495ce483ef2af9cb12bae23e353b;p=pandora-kernel.git sh: initial PMB mapping iteration by helper macro. All of the cached/uncached mapping setup is duplicated for each size, and also misses out on the 16MB case. Rather than duplicating the same iter code for that we just consolidate it in to a helper macro that builds an iter for each size. The 16MB case is then trivially bolted on at the end. Signed-off-by: Paul Mundt --- Reading git-diff-tree failed