]> www.infradead.org Git - users/dwmw2/qemu.git/commit
target/ppc/mmu_common.c: Remove single use local variable
authorBALATON Zoltan <balaton@eik.bme.hu>
Sun, 26 May 2024 23:12:49 +0000 (01:12 +0200)
committerNicholas Piggin <npiggin@gmail.com>
Thu, 25 Jul 2024 23:51:34 +0000 (09:51 +1000)
commit8abd6d4288f69627f49d1e6e228d2f0d9d490c21
treecc2e8ef331665b697a0339d0f15cc0b2c7377836
parentaaf5845b87c6acb7f3e95ea8b45947f98c3fdc7e
target/ppc/mmu_common.c: Remove single use local variable

In mmu6xx_get_physical_address() tagtet_page_bits local is declared
only to use TARGET_PAGE_BITS once. Drop the unneeded variable.

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