summaryrefslogtreecommitdiffstats
path: root/include/hw/ppc
diff options
context:
space:
mode:
authorDaniel Henrique Barboza2021-01-28 18:42:11 +0100
committerDavid Gibson2021-02-10 00:43:50 +0100
commit3b880445e61b6509a9a5b4236eaf07718ae4a51a (patch)
tree3f246cd47c20b1ed430924eb135691bc180f164d /include/hw/ppc
parentppc/pnv: Introduce a LPC FW memory region attribute to map the PNOR (diff)
downloadqemu-3b880445e61b6509a9a5b4236eaf07718ae4a51a.tar.gz
qemu-3b880445e61b6509a9a5b4236eaf07718ae4a51a.tar.xz
qemu-3b880445e61b6509a9a5b4236eaf07718ae4a51a.zip
spapr: move spapr_machine_using_legacy_numa() to spapr_numa.c
This function is used only in spapr_numa.c. Tested-by: Cédric Le Goater <clg@kaod.org> Reviewed-by: Greg Kurz <groug@kaod.org> Signed-off-by: Daniel Henrique Barboza <danielhb413@gmail.com> Message-Id: <20210128174213.1349181-2-danielhb413@gmail.com> Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
Diffstat (limited to 'include/hw/ppc')
-rw-r--r--include/hw/ppc/spapr.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/hw/ppc/spapr.h b/include/hw/ppc/spapr.h
index c27c7ce515..ccbeeca1de 100644
--- a/include/hw/ppc/spapr.h
+++ b/include/hw/ppc/spapr.h
@@ -851,7 +851,6 @@ int spapr_max_server_number(SpaprMachineState *spapr);
void spapr_store_hpte(PowerPCCPU *cpu, hwaddr ptex,
uint64_t pte0, uint64_t pte1);
void spapr_mce_req_event(PowerPCCPU *cpu, bool recovered);
-bool spapr_machine_using_legacy_numa(SpaprMachineState *spapr);
/* DRC callbacks. */
void spapr_core_release(DeviceState *dev);