K 10 svn:author V 3 tmm K 8 svn:date V 27 2002-04-12T19:38:41.000000Z K 7 svn:log V 401 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 END