]> git.baikalelectronics.ru Git - kernel.git/commit
powerpc/64s: Move and rename do_bad_slb_fault as it is not hash specific
authorNicholas Piggin <npiggin@gmail.com>
Wed, 1 Dec 2021 14:41:39 +0000 (00:41 +1000)
committerMichael Ellerman <mpe@ellerman.id.au>
Thu, 2 Dec 2021 11:57:23 +0000 (22:57 +1100)
commit17c1c70f2a4b9993e39c46bbe8b0e29c17ef740d
treed9e1ffd153608fa4e206b9a20fdc896d3e40597f
parent3bd980cd43d544b31b69f8ee823835485c8bb2fc
powerpc/64s: Move and rename do_bad_slb_fault as it is not hash specific

slb.c is hash-specific SLB management, but do_bad_slb_fault deals with
segment interrupts that occur with radix MMU as well.

Signed-off-by: Nicholas Piggin <npiggin@gmail.com>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link: https://lore.kernel.org/r/20211201144153.2456614-5-npiggin@gmail.com
arch/powerpc/include/asm/interrupt.h
arch/powerpc/kernel/exceptions-64s.S
arch/powerpc/mm/book3s64/slb.c
arch/powerpc/mm/fault.c