patch-2.3.16 linux/include/asm-ppc/irq.h
Next file: linux/include/asm-ppc/irq_control.h
Previous file: linux/include/asm-ppc/io.h
Back to the patch index
Back to the overall index
- Lines: 13
- Date:
Tue Aug 31 11:36:43 1999
- Orig file:
v2.3.15/linux/include/asm-ppc/irq.h
- Orig date:
Mon Jun 28 13:40:39 1999
diff -u --recursive --new-file v2.3.15/linux/include/asm-ppc/irq.h linux/include/asm-ppc/irq.h
@@ -29,11 +29,9 @@
#endif /* CONFIG_APUS */
#define NUM_8259_INTERRUPTS 16
-#define NUM_OPENPIC_INTERRUPTS 20
-#define is_8259_irq(n) ((n) < NUM_8259_INTERRUPTS)
+#define IRQ_8259_CASCADE 16
#define openpic_to_irq(n) ((n)+NUM_8259_INTERRUPTS)
#define irq_to_openpic(n) ((n)-NUM_8259_INTERRUPTS)
-#define IRQ_8259_CASCADE NUM_8259_INTERRUPTS
#ifndef CONFIG_APUS
/*
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)