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

Next file: linux/arch/alpha/kernel/osf_sys.c
Previous file: linux/arch/alpha/defconfig
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.0.30/linux/arch/alpha/kernel/irq.c linux/arch/alpha/kernel/irq.c
@@ -60,6 +60,10 @@
  */
 static void update_hw(unsigned long irq, unsigned long mask)
 {
+#ifdef CONFIG_ALPHA_ALCOR
+	/* always mask out 20..30 (which are unused) */
+	mask |= 0x7ff00000UL << 16;
+#endif
 	switch (irq) {
 #if NR_IRQS == 48
 	      default:

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov