Introduce pmap_pted_ro() a simple wrapper for the 32/64 bits versions
authormpi <mpi@openbsd.org>
Fri, 5 Jun 2015 09:25:21 +0000 (09:25 +0000)
committermpi <mpi@openbsd.org>
Fri, 5 Jun 2015 09:25:21 +0000 (09:25 +0000)
commit72fc5dc46b50e2180b3e73e0f68495879f0f4b40
tree933dac0a0a82d5e28830c4abd183fe7e9d172ff9
parenta5f4a66760575aaf73aa40b3ef0bf156f1511d3b
Introduce pmap_pted_ro() a simple wrapper for the 32/64 bits versions
that does not call pmap_vp_lookup().

Carreful readers would have notice the removal of the bits on the virtual
address with a page mask, this change allows me to find the 13 years old
bug fixed in r1.145.

ok kettenis@, deraadt@, dlg@
sys/arch/powerpc/powerpc/pmap.c