tmm 1720bac84c Do not use pmap_kextract() to find out the physical address of a user
belong to a user virtual address; while this happens to work on some
architectures, it can't on sparc64, since user and kernel virtual
address spaces overlap there (the distinction between them is done via
separate address space identifiers).

Instead, look up the page in the vm_map of the process in question.

Reviewed by:	jake
2002-04-12 19:38:41 +00:00
..
2002-04-12 15:49:30 +00:00
2002-03-20 05:14:42 +00:00
2002-04-12 14:10:19 +00:00
2002-04-12 06:01:49 +00:00
2002-04-12 06:10:37 +00:00
2002-03-20 02:39:27 +00:00
2002-03-20 10:12:07 +00:00
2002-04-11 09:45:41 +00:00
2002-03-19 22:20:14 +00:00
2002-04-11 17:35:53 +00:00
2002-04-01 19:22:04 +00:00