OSDN Git Service

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)
commit935b534c24f014325b72a3619bbbdc18191f9c3d
treed9e1ffd153608fa4e206b9a20fdc896d3e40597f
parenta4135cbebde8375e2a9d91261b4546ce3f3b9b0f
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