K 10 svn:author V 10 nwhitehorn K 8 svn:date V 27 2018-01-15T06:46:33.728263Z K 7 svn:log V 362 Move the pmap-specific code in copyinout.c that gets pointers to userland buffers into a new pmap-module function pmap_map_user_ptr() that can be implemented by the respective modules. This is required to implement non-segment-based AIM-ish MMU systems such as the radix-tree page tables introduced by POWER ISA 3.0 and present on POWER9. Reviewed by: jhibbits END