aboutsummaryrefslogtreecommitdiffstats
path: root/packages/linux-libc-headers/linux-libc-headers-2.6.15.99
diff options
context:
space:
mode:
authorPhilipp Zabel <philipp.zabel@gmail.com>2006-03-20 12:21:20 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2006-03-20 12:21:20 +0000
commitc63074e8357393f2f8c2984e3e0d2efa7a70c939 (patch)
tree53d1e6d02ea4336d7aa6da5946840e5b4b97c4ab /packages/linux-libc-headers/linux-libc-headers-2.6.15.99
parentae5317921527686b3a0ec41e0e86cd5cdbd973da (diff)
downloadopenembedded-c63074e8357393f2f8c2984e3e0d2efa7a70c939.tar.gz
linux-libc-headers-2.6.15.99: add missing asm-arch-irqs.patch
Diffstat (limited to 'packages/linux-libc-headers/linux-libc-headers-2.6.15.99')
-rw-r--r--packages/linux-libc-headers/linux-libc-headers-2.6.15.99/asm-arch-irqs.patch19
1 files changed, 19 insertions, 0 deletions
diff --git a/packages/linux-libc-headers/linux-libc-headers-2.6.15.99/asm-arch-irqs.patch b/packages/linux-libc-headers/linux-libc-headers-2.6.15.99/asm-arch-irqs.patch
new file mode 100644
index 0000000000..4785275db4
--- /dev/null
+++ b/packages/linux-libc-headers/linux-libc-headers-2.6.15.99/asm-arch-irqs.patch
@@ -0,0 +1,19 @@
+--- linux-libc-headers-2.6.15.99/include/asm-arm/arch-ebsa285/irqs.h.orig 2006-03-19 17:01:59.000000000 +0100
++++ linux-libc-headers-2.6.15.99/include/asm-arm/arch-ebsa285/irqs.h 2006-03-19 17:02:50.000000000 +0100
+@@ -8,7 +8,6 @@
+ * 20-Jan-1998 RMK Started merge of EBSA286, CATS and NetWinder
+ * 01-Feb-1999 PJB ISA IRQs start at 0 not 16
+ */
+-#include <asm/mach-types.h>
+
+ #define NR_IRQS 36
+ #define NR_DC21285_IRQS 16
+@@ -92,7 +91,7 @@
+ #undef RTC_IRQ
+ #define RTC_IRQ IRQ_ISA_RTC_ALARM
+ #define I8042_KBD_IRQ IRQ_ISA_KEYBOARD
+-#define I8042_AUX_IRQ (machine_is_netwinder() ? IRQ_NETWINDER_PS2MOUSE : IRQ_ISA_PS2MOUSE)
++#define I8042_AUX_IRQ IRQ_ISA_PS2MOUSE
+ #define IRQ_FLOPPYDISK IRQ_ISA_FLOPPY
+
+ #define irq_canonicalize(_i) (((_i) == IRQ_ISA_CASCADE) ? IRQ_ISA_2 : _i)