commit | 7fc7e2eeecb599ba719c4c4503100fc8cd6a6920 | [log] [tgz] |
---|---|---|
author | Linus Torvalds <torvalds@g5.osdl.org> | Sun Dec 11 19:57:52 2005 -0800 |
committer | Linus Torvalds <torvalds@g5.osdl.org> | Sun Dec 11 19:57:52 2005 -0800 |
tree | 389b63cf2cbdf27fceef52a450b4b05367fe4425 | |
parent | fb155c1619f056ae9765eed272cd6aba6e1a7399 [diff] |
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>