target/ppc/mmu_common.c: Remove local name for a constant
authorBALATON Zoltan <balaton@eik.bme.hu>
Sun, 26 May 2024 23:12:37 +0000 (01:12 +0200)
committerNicholas Piggin <npiggin@gmail.com>
Thu, 25 Jul 2024 23:51:33 +0000 (09:51 +1000)
commit5a902297eedfcef267e525df1e0cf64d95a7d885
tree10acefee64d20573a32fba45a835e38685c9ecf7
parent698faf3304805d8951bb0de0ab08f5d2dbeae7cf
target/ppc/mmu_common.c: Remove local name for a constant

The mmask local variable is a less descriptive local name for a
constant. Drop it and use the constant directly in the two places it
is needed.

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