]> git.proxmox.com Git - mirror_qemu.git/commit
target/ppc: 405: Critical exceptions cleanup
authorFabiano Rosas <farosas@linux.ibm.com>
Fri, 28 Jan 2022 12:15:04 +0000 (13:15 +0100)
committerCédric Le Goater <clg@kaod.org>
Fri, 28 Jan 2022 12:15:04 +0000 (13:15 +0100)
commitba96828ec25f04fd6b0b93076be506fe5adc6f6d
treec930dadf6641c2f09a3fc7dda043668cbede2c4b
parent495fc7ff9677edc31b97084fb17db91737ce4ea4
target/ppc: 405: Critical exceptions cleanup

In powerpc_excp_40x the Critical exception is now for 405 only, so we
can remove the BookE and G2 blocks.

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