target/ppc: Fix argument to ppc_radix64_partition_scoped_xlate() again
commit47e112c4dd8ca0bd4d7872f8bf1a97183915069f
authorGreg Kurz <groug@kaod.org>
Tue, 26 May 2020 16:20:37 +0000 (26 18:20 +0200)
committerDavid Gibson <david@gibson.dropbear.id.au>
Wed, 27 May 2020 05:29:36 +0000 (27 15:29 +1000)
tree4b0f5eb46526c74aa9a22b9e2c34e70aa887c280
parent1521735c2a6df9396ae232fe077af9def85eef91
target/ppc: Fix argument to ppc_radix64_partition_scoped_xlate() again

The penultimate argument of function ppc_radix64_partition_scoped_xlate()
has the bool type.

Fixes: d04ea940c597 "target/ppc: Add support for Radix partition-scoped translation"
Signed-off-by: Greg Kurz <groug@kaod.org>
Message-Id: <159051003729.407106.10610703877543955831.stgit@bahia.lan>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
target/ppc/mmu-radix64.c