From: Linus Torvalds Date: Tue, 29 Nov 2005 21:01:56 +0000 (-0800) Subject: Support strange discontiguous PFN remappings X-Git-Tag: v2.6.15-rc4~4^2~22 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=238f58d898df941aa9d1cb390fb27ff4febe8965;p=pandora-kernel.git Support strange discontiguous PFN remappings These get created by some drivers that don't generally even want a pfn remapping at all, but would really mostly prefer to just map pages they've allocated individually instead. For now, create a helper function that turns such an incomplete PFN remapping call into a loop that does that explicit mapping. In the long run we almost certainly want to export a totally different interface for that, though. Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed