OSDN Git Service

target/ppc: Move common check in exception handlers to a function
authorBALATON Zoltan <balaton@eik.bme.hu>
Thu, 15 Jun 2023 23:03:12 +0000 (01:03 +0200)
committerDaniel Henrique Barboza <danielhb413@gmail.com>
Fri, 7 Jul 2023 07:46:12 +0000 (04:46 -0300)
commit819b31b0b43813a32c91bebf8c8dce82a9bff389
tree8594e2fac7035189e8d15669803473327a0a2572
parent3f88a89d10b2391a6cce1d3e1c77bafc586f215d
target/ppc: Move common check in exception handlers to a function

All powerpc exception handlers share some code when handling machine
check exceptions. Move this to a common function.

Signed-off-by: BALATON Zoltan <balaton@eik.bme.hu>
Reviewed-by: Nicholas Piggin <npiggin@gmail.com>
Message-ID: <9cfffaa35aa894086dd092af6b0b26f2d62ff3de.1686868895.git.balaton@eik.bme.hu>
Signed-off-by: Daniel Henrique Barboza <danielhb413@gmail.com>
target/ppc/excp_helper.c