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)
commit7fc7e2eeecb599ba719c4c4503100fc8cd6a6920
tree389b63cf2cbdf27fceef52a450b4b05367fe4425
parentfb155c1619f056ae9765eed272cd6aba6e1a7399
Remove (at least temporarily) the "incomplete PFN mapping" support

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>
include/linux/mm.h
mm/memory.c