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

Next file: linux/arch/alpha/kernel/proto.h
Previous file: linux/arch/alpha/kernel/core_mcpcia.c
Back to the patch index
Back to the overall index

diff -urN v2.2.15/linux/arch/alpha/kernel/irq.c linux/arch/alpha/kernel/irq.c
@@ -896,7 +896,14 @@
 unsigned long __init init_IRQ(unsigned long memory)
 {
 	wrent(entInt, 0);
+
 	alpha_mv.init_irq();
+
+        /* If we had wanted SRM console printk echoing early, undo it now. */
+        if (alpha_using_srm && srmcons_output) {
+                unregister_srm_console();
+        }
+
 	return memory;
 }
 

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