Skip to content
Snippets Groups Projects
Commit 238f58d8 authored by Linus Torvalds's avatar Linus Torvalds
Browse files

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: default avatarLinus Torvalds <torvalds@osdl.org>
parent eca35133
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment