target/ppc: Restrict ppc_cpu_tlb_fill to TCG
commitcbf35bac39265f278863f9452ceb9ad69cc311ef
authorRichard Henderson <richard.henderson@linaro.org>
Mon, 21 Jun 2021 12:51:14 +0000 (21 09:51 -0300)
committerDavid Gibson <david@gibson.dropbear.id.au>
Fri, 9 Jul 2021 00:38:19 +0000 (9 10:38 +1000)
tree67d695f0ae6c38bb727c3031ddce628bfbbb8655
parent51806b545834e0902dd2d17d1f66c7a2d83422f3
target/ppc: Restrict ppc_cpu_tlb_fill to TCG

This function is used by TCGCPUOps, and is thus TCG specific.

Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20210621125115.67717-10-bruno.larsen@eldorado.org.br>
Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
target/ppc/mmu_helper.c