commit | 15465dd8b9e29d2c18d5eecfa0ba0fbdc6c8e511 | [log] [tgz] |
---|---|---|
author | BALATON Zoltan <balaton@eik.bme.hu> | Mon May 27 01:12:38 2024 +0200 |
committer | Nicholas Piggin <npiggin@gmail.com> | Fri Jul 26 09:51:33 2024 +1000 |
tree | 1c76d487be7f16d140a0a3b782c314065be2b830 | |
parent | 5a902297eedfcef267e525df1e0cf64d95a7d885 [diff] |
target/ppc/mmu_common.c: Remove single use local variable The ptem variable in ppc6xx_tlb_pte_check() is used only once, simplify by removing it as the value is already clear itself without adding a local name for 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>