jhb f689fd5a63 Drop support for using mmap() with /dev/kmem.
Using the device pager with /dev/kmem is not stable since KVA mappings
are transient, but the device pager caches the PA associated with a
given offset forever.  Interestingly, mips' implementation of
memmap() already refused requests for /dev/kmem.

Note that kvm_read/kvm_write do not use mmap, but use read and write on
/dev/kmem, so this should not affect libkvm users.

Reviewed by:	kib
MFC after:	2 months
2016-10-14 20:01:07 +00:00
..
2016-10-14 12:03:04 +00:00
2016-10-14 03:37:35 +00:00
2016-09-08 02:38:55 +00:00
2016-10-14 05:47:59 +00:00
2016-09-22 15:17:36 +00:00
2016-10-13 14:41:05 +00:00
2016-07-22 03:09:47 +00:00
2016-08-03 01:19:10 +00:00
2016-10-04 20:27:15 +00:00