Home
last modified time | relevance | path

Searched hist:"750 fbe334237e03056fda45ab36c8b155f65d1b5" (Results 1 – 1 of 1) sorted by relevance

/openbmc/qemu/target/ppc/
H A Dmmu_common.cdiff 750fbe334237e03056fda45ab36c8b155f65d1b5 Sun May 12 18:27:36 CDT 2024 BALATON Zoltan <balaton@eik.bme.hu> target/ppc: Remove unneeded local variable from booke tlb checks

In mmubooke_check_tlb() and mmubooke206_check_tlb() we can assign the
value of prot2 directly to the destination, no need to have a separate
local variable for it.

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