patch-2.3.16 linux/arch/alpha/kernel/irq.c

Next file: linux/arch/alpha/kernel/irq.h
Previous file: linux/arch/alpha/kernel/head.S
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.3.15/linux/arch/alpha/kernel/irq.c linux/arch/alpha/kernel/irq.c
@@ -30,7 +30,7 @@
 #include <asm/machvec.h>
 
 #include "proto.h"
-#include "irq.h"
+#include "irq_impl.h"
 
 #define vulp	volatile unsigned long *
 #define vuip	volatile unsigned int *
@@ -67,7 +67,7 @@
  */
 
 void
-generic_ack_irq(unsigned long irq)
+common_ack_irq(unsigned long irq)
 {
 	if (irq < 16) {
 		/* Ack the interrupt making it the lowest priority */
@@ -987,7 +987,9 @@
 
 	printk(KERN_CRIT "machine check type: %s%s\n",
 	       reason, mchk_header->retry ? " (retryable)" : "");
-	
+
+	dik_show_regs(regs, NULL);
+
 #if DEBUG_MCHECK > 1
 	{
 		/* Dump the logout area to give all info.  */

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)