hw/ppc/prep: Drop useless CONFIG_KVM ifdefery
commit6d893a4d7038abe88ae0123a9d805008ff7c1148
authorGreg Kurz <groug@kaod.org>
Fri, 14 Jun 2019 11:09:06 +0000 (14 13:09 +0200)
committerDavid Gibson <david@gibson.dropbear.id.au>
Mon, 1 Jul 2019 23:43:58 +0000 (2 09:43 +1000)
tree16f9fb347919c471b324aac9a9fcd8b84f72d722
parentda6e10177a3da496845f97929087581edff82b3b
hw/ppc/prep: Drop useless CONFIG_KVM ifdefery

kvm_enabled() expands to (0) when CONFIG_KVM is not defined. It is
likely that the compiler will optimize the code out. And even if
it doesn't, we have a stub for kvmppc_get_hypercall().

Signed-off-by: Greg Kurz <groug@kaod.org>
Message-Id: <156051054630.224162.6140707722034383410.stgit@bahia.lan>
Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
hw/ppc/prep.c