target/ppc: Fix arguments to ppc_radix64_partition_scoped_xlate()
commit31efae9958a8a085d248a74a9448048bac5d6e68
authorGreg Kurz <groug@kaod.org>
Wed, 13 May 2020 22:57:13 +0000 (14 00:57 +0200)
committerDavid Gibson <david@gibson.dropbear.id.au>
Wed, 27 May 2020 05:29:36 +0000 (27 15:29 +1000)
treeb5b9a1b7aadfb7e8dac7c564469df48de7ecd427
parentb577031cf21e367583616e9f1ab530ee755c726d
target/ppc: Fix arguments to ppc_radix64_partition_scoped_xlate()

The last two arguments have the bool type. Also, we shouldn't raise an
exception when using gdbstub.

This was found while reading the code. Since it only affects the powernv
machine, I didn't dig further to find an actual bug.

Fixes: d04ea940c597 "target/ppc: Add support for Radix partition-scoped translation"
Signed-off-by: Greg Kurz <groug@kaod.org>
Message-Id: <158941063281.240484.9114539141307005992.stgit@bahia.lan>
Reviewed-by: Cédric Le Goater <clg@kaod.org>
Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
target/ppc/mmu-radix64.c