target/ppc: 405: Program exception cleanup
commit64e62cfbec19ed22d097645219bdddb55df6f562
authorFabiano Rosas <farosas@linux.ibm.com>
Fri, 28 Jan 2022 12:15:05 +0000 (28 13:15 +0100)
committerCédric Le Goater <clg@kaod.org>
Fri, 28 Jan 2022 12:15:05 +0000 (28 13:15 +0100)
treecec5711aa8439e0ed9275b660df8960864a9d277
parent35f579f5c21682311039f84e2e81254937e6ff78
target/ppc: 405: Program exception cleanup

The 405 Program Interrupt does not set SRR1 with any diagnostic bits,
just a clean copy of the MSR.

We're using the BookE Exception Syndrome Register which is different
from the 405.

Signed-off-by: Fabiano Rosas <farosas@linux.ibm.com>
Reviewed-by: Cédric Le Goater <clg@kaod.org>
[ clg: restored SPR_40x_ESR settings ]
Message-Id: <20220118184448.852996-14-farosas@linux.ibm.com>
Signed-off-by: Cédric Le Goater <clg@kaod.org>
target/ppc/excp_helper.c