Re: [v2] Fix __tlbiel in hash_native_64

2016-09-20 Thread Michael Ellerman
On Tue, 2016-13-09 at 06:40:07 UTC, Balbir Singh wrote: > __tlbie and __tlbiel are out of sync. __tlbie does the right thing > it calls tlbie with "tlbie rb, L" if CPU_FTR_ARCH_206 (cpu feature) is clear > and with "tlbie rb" otherwise. During the cleanup of __tlbiel I noticed > that __tlbiel was s

[PATCH v2] Fix __tlbiel in hash_native_64

2016-09-12 Thread Balbir Singh
__tlbie and __tlbiel are out of sync. __tlbie does the right thing it calls tlbie with "tlbie rb, L" if CPU_FTR_ARCH_206 (cpu feature) is clear and with "tlbie rb" otherwise. During the cleanup of __tlbiel I noticed that __tlbiel was setting bit 11 PPC_BIT(21) independent of the ISA version for non