]> asedeno.scripts.mit.edu Git - linux.git/blobdiff - arch/powerpc/mm/book3s64/hash_native.c
powerpc/book3s64/radix: Rename CPU_FTR_P9_TLBIE_BUG feature flag
[linux.git] / arch / powerpc / mm / book3s64 / hash_native.c
index 90ab4f31e2b3f83ff1f13657f0004e95bd14db59..02568dae4695a245ed35f88d2e7b570200173fa2 100644 (file)
@@ -199,7 +199,7 @@ static inline unsigned long  ___tlbie(unsigned long vpn, int psize,
 
 static inline void fixup_tlbie(unsigned long vpn, int psize, int apsize, int ssize)
 {
-       if (cpu_has_feature(CPU_FTR_P9_TLBIE_BUG)) {
+       if (cpu_has_feature(CPU_FTR_P9_TLBIE_STQ_BUG)) {
                /* Need the extra ptesync to ensure we don't reorder tlbie*/
                asm volatile("ptesync": : :"memory");
                ___tlbie(vpn, psize, apsize, ssize);