Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 7f3f819e authored by Michael Ellerman's avatar Michael Ellerman
Browse files

powerpc/traps: machine_check_generic() is only used on 32-bit



Make it clear that the fallback version of machine_check_generic() is
only used on 32-bit configs.

Signed-off-by: default avatarMichael Ellerman <mpe@ellerman.id.au>
parent 42bff234
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -618,7 +618,7 @@ int machine_check_8xx(struct pt_regs *regs)
	return 0;
#endif
}
#else
#elif defined(CONFIG_PPC32)
int machine_check_generic(struct pt_regs *regs)
{
	unsigned long reason = regs->msr;