target/ppc: moved function out of mmu-hash64
commitfd1eb085da662e80909dfb27c69276a7336f118e
authorLucas Mateus Castro (alqotel) <lucas.araujo@eldorado.org.br>
Thu, 6 May 2021 16:39:39 +0000 (6 13:39 -0300)
committerDavid Gibson <david@gibson.dropbear.id.au>
Wed, 19 May 2021 00:30:28 +0000 (19 10:30 +1000)
treea3a149d0d62cbac69eecb44df3e589ecab612eae
parent962104f04482ad1244158068af36284f92038ca4
target/ppc: moved function out of mmu-hash64

The function ppc_hash64_filter_pagesizes has been moved from a function
with prototype in mmu-hash64.h and implemented in mmu-hash64.c to
a static function in hw/ppc/spapr_caps.c as it's only used in that file.

Signed-off-by: Lucas Mateus Castro (alqotel) <lucas.araujo@eldorado.org.br>
Message-Id: <20210506163941.106984-3-lucas.araujo@eldorado.org.br>
Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
hw/ppc/spapr_caps.c
target/ppc/mmu-hash64.c
target/ppc/mmu-hash64.h