Remove (at least temporarily) the "incomplete PFN mapping" support
authorLinus Torvalds <torvalds@g5.osdl.org>
Mon, 12 Dec 2005 03:57:52 +0000 (19:57 -0800)
committerLinus Torvalds <torvalds@g5.osdl.org>
Mon, 12 Dec 2005 03:57:52 +0000 (19:57 -0800)
With the previous commit, we can handle arbitrary shared re-mappings
even without this complexity, and since the only known private mappings
are for strange users of /dev/mem (which never create an incomplete one),
there seems to be no reason to support it.

Signed-off-by: Linus Torvalds <torvalds@osdl.org>

No differences found