Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

Merge tag 'powerpc-6.2-6' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux

Pull powerpc fix from Michael Ellerman:

- Prevent fallthrough to hash TLB flush when using radix

Thanks to Benjamin Gray and Erhard Furtner.

* tag 'powerpc-6.2-6' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux:
powerpc/64s: Prevent fallthrough to hash TLB flush when using radix

+2 -2
+2 -2
arch/powerpc/include/asm/book3s/64/tlbflush.h
··· 97 97 { 98 98 if (radix_enabled()) 99 99 radix__tlb_flush(tlb); 100 - 101 - return hash__tlb_flush(tlb); 100 + else 101 + hash__tlb_flush(tlb); 102 102 } 103 103 104 104 #ifdef CONFIG_SMP