target/ppc: 405: Alignment exception cleanup
commit66b5ad561552c5c77058502ea3c7f04316937b64
authorFabiano Rosas <farosas@linux.ibm.com>
Fri, 28 Jan 2022 12:15:04 +0000 (28 13:15 +0100)
committerCédric Le Goater <clg@kaod.org>
Fri, 28 Jan 2022 12:15:04 +0000 (28 13:15 +0100)
tree1868c59ef94ca0cfde9ada0e4b5f77c1fe2de5d8
parent8428cdb245099dcf03c32e1b66f530ada65a6e83
target/ppc: 405: Alignment exception cleanup

There is no DSISR in the 405. It uses DEAR which we already set
earlier at ppc_cpu_do_unaligned_access.

Signed-off-by: Fabiano Rosas <farosas@linux.ibm.com>
Reviewed-by: David Gibson <david@gibson.dropbear.id.au
Message-Id: <20220118184448.852996-10-farosas@linux.ibm.com>
Signed-off-by: Cédric Le Goater <clg@kaod.org>
target/ppc/excp_helper.c