]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
powerpc: Unbreak 64-bit pmap from 350206
authorJustin Hibbits <jhibbits@FreeBSD.org>
Mon, 22 Jul 2019 22:59:50 +0000 (22:59 +0000)
committerJustin Hibbits <jhibbits@FreeBSD.org>
Mon, 22 Jul 2019 22:59:50 +0000 (22:59 +0000)
commitb75bd60a04dd5e8c3ecc06d0ee64fd83d67a110f
tree8bfafb5a412811170cf85b4dda43c549c06e3db8
parent39a289c3d5d3f2ba424ac7aadf5c650bbff6ad8c
powerpc: Unbreak 64-bit pmap from 350206

oldpvo is never explicitly NULL'd by moea64_pvo_enter(), so don't check for
NULL to do anything, only check error.

PR: 239372
Reported by: Francis Little
sys/powerpc/aim/mmu_oea64.c