Home
last modified time | relevance | path

Searched hist:"40 df08d2239f00abacdd58a39c34a66264ec91a9" (Results 1 – 1 of 1) sorted by relevance

/openbmc/qemu/target/ppc/
H A Dmmu_common.cdiff 40df08d2239f00abacdd58a39c34a66264ec91a9 Sun May 26 18:12:50 CDT 2024 BALATON Zoltan <balaton@eik.bme.hu> target/ppc/mmu_common.c: Simplify a switch statement

In mmu6xx_get_physical_address() the switch handles all cases so the
default is never reached and can be dropped. Also group together cases
which just return -4.

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