HomeFreeBSD

powerpc/booke pmap: Use the right 'tlbilx' form to invalidate TIDs

Description

powerpc/booke pmap: Use the right 'tlbilx' form to invalidate TIDs

'tlbilxpid' is 'tlbilx 1, 0', while the existing form is 'tlbilx 0, 0',
which translates to 'tlbilxlpid', invalidating a LDPID. This effectively
invalidates the entire TLB, causing unnecessary reloads.

Details

Provenance
jhibbitsAuthored on
Parents
rS354837: flua: newer GCC complains about format-nonliteral at WARNS=2
Branches
Unknown
Tags
Unknown