K 10 svn:author V 8 jhibbits K 8 svn:date V 27 2019-11-19T01:28:06.217309Z K 7 svn:log V 271 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. END