OSDN Git Service

target/ppc: Remove single use function
authorBALATON Zoltan <balaton@eik.bme.hu>
Tue, 30 May 2023 13:28:07 +0000 (15:28 +0200)
committerDaniel Henrique Barboza <danielhb413@gmail.com>
Sat, 10 Jun 2023 13:19:24 +0000 (10:19 -0300)
commit728fbfb57be5f4a3089a01f5c6ed72e0618b49ae
tree7eb2bd1caf3f266906d9911678f0b12a06bdbd70
parentc29b070418c79fa8e09d17e4b52f3ffddd393764
target/ppc: Remove single use function

The get_physical_address() function is a trivial wrapper of
get_physical_address_wtlb() that is only used once. Remove it and call
get_physical_address_wtlb() directly instead.

Signed-off-by: BALATON Zoltan <balaton@eik.bme.hu>
Reviewed-by: Cédric Le Goater <clg@kaod.org>
Message-Id: <302697d63d26caebefaeee1e45352145ebd0318a.1685448535.git.balaton@eik.bme.hu>
Signed-off-by: Daniel Henrique Barboza <danielhb413@gmail.com>
target/ppc/mmu_helper.c