Correct the return value for pmap_change_attr()
authorjhibbits <jhibbits@FreeBSD.org>
Tue, 21 Feb 2017 05:08:07 +0000 (05:08 +0000)
committerjhibbits <jhibbits@FreeBSD.org>
Tue, 21 Feb 2017 05:08:07 +0000 (05:08 +0000)
commit504623a0e77edca1030b851cc04f33529de5b292
treef83fe26a04e0690cca717d57254ed46d8294f3c6
parent0be387164e559d5a799ea6a427dd2ad860c3e85f
Correct the return value for pmap_change_attr()

pmap_change_attr() returns an error code, not a paddr.  This function is
currently unused for powerpc.

MFC after: 2 weeks
sys/powerpc/booke/pmap.c