target/ppc: Introduce powerpc_excp_40x
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)
commite808c2ed07f25b93ed796dfe266a30f2236ad69a
tree3b5992bead42a2ad7fa52717eb225fd6a643b0f2
parent301e5d48b15d2846cabe0f5c7600860b35c58c12
target/ppc: Introduce powerpc_excp_40x

Introduce a new powerpc_excp function specific for 40x CPUs. This
commit copies powerpc_excp_legacy verbatim so the next one has a clean
diff.

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