mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-04 09:46:51 +07:00
5b4e28577b
We have several 44x machine check handlers defined in traps.c. It would be preferable if they were split out with the platforms that use them. Do that. In the process, drop get_mc_reason() and instead just open code the lookup of reason from regs->dsisr. This avoids a pointless layer of abstraction. We know to use regs->dsisr because 44x enables BOOKE which enables PPC_ADV_DEBUG_REGS, and FSL_BOOKE is not enabled on 44x builds. Signed-off-by: Michael Ellerman <mpe@ellerman.id.au> |
||
---|---|---|
.. | ||
44x.h | ||
canyonlands.c | ||
ebony.c | ||
fsp2.c | ||
idle.c | ||
iss4xx.c | ||
Kconfig | ||
machine_check.c | ||
Makefile | ||
misc_44x.S | ||
ppc44x_simple.c | ||
ppc476_modules.lds | ||
ppc476.c | ||
sam440ep.c | ||
virtex_ml510.c | ||
virtex.c | ||
warp.c |