target/ppc: Make hash64_opts field mandatory for 64-bit hash MMUs
commit21e405f1ecd16a9036d838222f2212ec10370059
authorDavid Gibson <david@gibson.dropbear.id.au>
Fri, 23 Mar 2018 02:59:20 +0000 (23 13:59 +1100)
committerDavid Gibson <david@gibson.dropbear.id.au>
Fri, 27 Apr 2018 08:05:22 +0000 (27 18:05 +1000)
tree3d17f35e5bfadbac3cb85ca8702cbca2aad77ee7
parentb07c59f7c8df6efc24576f07622b61ad115468e6
target/ppc: Make hash64_opts field mandatory for 64-bit hash MMUs

Currently some cpus set the hash64_opts field in the class structure, with
specific details of their variant of the 64-bit hash mmu.  For the
remaining cpus with that mmu, ppc_hash64_realize() fills in defaults.

But there are only a couple of cpus that use those fallbacks, so just have
them to set the has64_opts field instead, simplifying the logic.

Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
Reviewed-by: Cédric Le Goater <clg@kaod.org>
Reviewed-by: Greg Kurz <groug@kaod.org>
target/ppc/mmu-hash64.c
target/ppc/mmu-hash64.h
target/ppc/translate_init.c