| 160 | } |
| 161 | |
| 162 | void AlignmentException(struct pt_regs *regs) |
| 163 | { |
| 164 | show_regs(regs); |
| 165 | print_backtrace((unsigned long *)regs->gpr[1]); |
| 166 | panic("Alignment Exception"); |
| 167 | } |
| 168 | |
| 169 | void ProgramCheckException(struct pt_regs *regs) |
| 170 | { |
nothing calls this directly
no test coverage detected