target/ppc: Alignment faults do not set DSISR in ISA v3.0 onward
commit4ee5d2817ff18d10be887853d5e966247f0a0c30
authorNicholas Piggin <npiggin@gmail.com>
Mon, 15 May 2023 09:26:50 +0000 (15 19:26 +1000)
committerDaniel Henrique Barboza <danielhb413@gmail.com>
Sat, 27 May 2023 13:06:26 +0000 (27 10:06 -0300)
tree82413699d5676e719f46c6a04024713faa871c16
parentfbda88f7abdeed3ceebdd18de6909a52df756c1c
target/ppc: Alignment faults do not set DSISR in ISA v3.0 onward

This optional behavior was removed from the ISA in v3.0, see
Summary of Changes preface:

  Data Storage Interrupt Status Register for Alignment Interrupt:
  Simplifies the Alignment interrupt by remov- ing the Data Storage
  Interrupt Status Register (DSISR) from the set of registers modified
  by the Alignment interrupt.

Reviewed-by: Fabiano Rosas <farosas@suse.de>
Signed-off-by: Nicholas Piggin <npiggin@gmail.com>
Message-Id: <20230515092655.171206-5-npiggin@gmail.com>
Signed-off-by: Daniel Henrique Barboza <danielhb413@gmail.com>
target/ppc/excp_helper.c