OSDN Git Service

target/ppc: Remove "ext" parameter of ppcemb_tlb_check()
authorBALATON Zoltan <balaton@eik.bme.hu>
Tue, 30 May 2023 13:28:08 +0000 (15:28 +0200)
committerDaniel Henrique Barboza <danielhb413@gmail.com>
Sat, 10 Jun 2023 13:19:24 +0000 (10:19 -0300)
commit62860c5feaf4eb53acafd10b238374d3ef21229a
tree7fbf67af506608e4f1b84481f26492410c09ce3f
parent728fbfb57be5f4a3089a01f5c6ed72e0618b49ae
target/ppc: Remove "ext" parameter of ppcemb_tlb_check()

This is only used by one caller so simplify function by removing this
parameter and move the operation to the single place where it's used.

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