K 10 svn:author V 8 jhibbits K 8 svn:date V 27 2019-09-06T03:02:12.233904Z K 7 svn:log V 245 powerpc64/pmap: Fix a WITNESS error in alloc_pvo_entry() We only call alloc_pvo_entry() with M_WAITOK from one location. However, this can be called while holding nonsleepable locks. Rather than passing M_WAITOK down, use vm_wait() and loop. END