|
@@ -273,7 +273,6 @@ void _exception(int signr, struct pt_regs *regs, int code, unsigned long addr)
|
|
|
force_sig_info(signr, &info, current);
|
|
|
}
|
|
|
|
|
|
-#ifdef CONFIG_PPC64
|
|
|
void system_reset_exception(struct pt_regs *regs)
|
|
|
{
|
|
|
/* See if any machine dependent calls */
|
|
@@ -291,6 +290,7 @@ void system_reset_exception(struct pt_regs *regs)
|
|
|
/* What should we do here? We could issue a shutdown or hard reset. */
|
|
|
}
|
|
|
|
|
|
+#ifdef CONFIG_PPC64
|
|
|
/*
|
|
|
* This function is called in real mode. Strictly no printk's please.
|
|
|
*
|