Support strange discontiguous PFN remappings
authorLinus Torvalds <torvalds@g5.osdl.org>
Tue, 29 Nov 2005 21:01:56 +0000 (13:01 -0800)
committerLinus Torvalds <torvalds@g5.osdl.org>
Tue, 29 Nov 2005 21:01:56 +0000 (13:01 -0800)
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 <torvalds@osdl.org>

No differences found