patch-2.3.14 linux/arch/alpha/kernel/sys_rx164.c

Next file: linux/arch/alpha/lib/io.c
Previous file: linux/arch/alpha/kernel/sys_mikasa.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.3.13/linux/arch/alpha/kernel/sys_rx164.c linux/arch/alpha/kernel/sys_rx164.c
@@ -45,10 +45,10 @@
 		outb(mask, 0x21);	/* ISA PIC1 */
 }
 
+#if 0
 static void
 rx164_srm_update_irq_hw(unsigned long irq, unsigned long mask, int unmask_p)
 {
-#if 0
 	if (irq >= 16) {
 		if (unmask_p)
 			cserve_ena(irq - 16);
@@ -59,8 +59,8 @@
 		outb(mask >> 8, 0xA1);	/* ISA PIC2 */
 	else
 		outb(mask, 0x21);	/* ISA PIC1 */
-#endif
 }
+#endif
 
 static void
 rx164_isa_device_interrupt(unsigned long vector, struct pt_regs * regs)
@@ -107,7 +107,8 @@
         printk("PLD 0x%lx\n", pld);
 #endif
 
-        if (pld & 0xffffffff00000000UL) pld &= 0x00000000ffffffffUL;
+        if (pld & 0xffffffff00000000UL)
+		pld &= 0x00000000ffffffffUL;
 
         /*
          * Now for every possible bit set, work through them and call

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