target/ppc/mmu_common.c: Inline and remove ppc6xx_tlb_pte_check()
authorBALATON Zoltan <balaton@eik.bme.hu>
Sun, 26 May 2024 23:12:51 +0000 (01:12 +0200)
committerNicholas Piggin <npiggin@gmail.com>
Thu, 25 Jul 2024 23:51:34 +0000 (09:51 +1000)
commit0ce61ffaf1c573fdbd2079214499b435b71a1b83
treefc10af268dcc79158add4dc3c5f7aebbcff3e2a7
parent40df08d2239f00abacdd58a39c34a66264ec91a9
target/ppc/mmu_common.c: Inline and remove ppc6xx_tlb_pte_check()

This function is only called once and we can make the caller simpler
by inlining it.

Signed-off-by: BALATON Zoltan <balaton@eik.bme.hu>
Reviewed-by: Nicholas Piggin <npiggin@gmail.com>
Signed-off-by: Nicholas Piggin <npiggin@gmail.com>
target/ppc/mmu_common.c