|
@@ -62,6 +62,7 @@ void RunModeException(struct pt_regs *regs);
|
|
|
void single_step_exception(struct pt_regs *regs);
|
|
|
void program_check_exception(struct pt_regs *regs);
|
|
|
void alignment_exception(struct pt_regs *regs);
|
|
|
+void slb_miss_bad_addr(struct pt_regs *regs);
|
|
|
void StackOverflow(struct pt_regs *regs);
|
|
|
void nonrecoverable_exception(struct pt_regs *regs);
|
|
|
void kernel_fp_unavailable_exception(struct pt_regs *regs);
|