PATCH: and voyager

Alan Cox (alan@lxorguk.ukuu.org.uk)
Tue, 8 Apr 2003 01:32:06 +0100


diff -u --new-file --recursive --exclude-from /usr/src/exclude linux-2.5.67/include/asm-i386/mach-voyager/irq_vectors.h linux-2.5.67-ac1/include/asm-i386/mach-voyager/irq_vectors.h
--- linux-2.5.67/include/asm-i386/mach-voyager/irq_vectors.h 2003-02-10 18:38:03.000000000 +0000
+++ linux-2.5.67-ac1/include/asm-i386/mach-voyager/irq_vectors.h 2003-02-14 23:02:30.000000000 +0000
@@ -57,6 +57,12 @@

#define NR_IRQS 224

+#define FPU_IRQ 13
+
+#define FIRST_VM86_IRQ 3
+#define LAST_VM86_IRQ 15
+#define invalid_vm86_irq(irq) ((irq) < 3 || (irq) > 15)
+
#ifndef __ASSEMBLY__
extern asmlinkage void vic_cpi_interrupt(void);
extern asmlinkage void vic_sys_interrupt(void);
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/