]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - arch/arm64/include/asm/tlbflush.h
Merge remote-tracking branch 'powerpc/next'
[karo-tx-linux.git] / arch / arm64 / include / asm / tlbflush.h
index 93e9f964805c616c8492e97e3471fbf2ab9789bd..b460ae28e3463db46816f678c5f90988c3f059de 100644 (file)
@@ -163,7 +163,6 @@ static inline void __flush_tlb_pgtable(struct mm_struct *mm,
 {
        unsigned long addr = uaddr >> 12 | (ASID(mm) << 48);
 
-       dsb(ishst);
        asm("tlbi       vae1is, %0" : : "r" (addr));
        dsb(ish);
 }