From 0f2cb4d578e4401e68ed86a526d2f49217eb37ce Mon Sep 17 00:00:00 2001
From: ejka <ejka@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Date: Thu, 13 Sep 2007 06:21:27 +0000
Subject: 128 irqs is not enough...

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8768 3c298f89-4303-0410-b956-a3cf2f4a3e73
---
 target/linux/ar7/files/include/asm-mips/ar7/irq.h | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
 create mode 100644 target/linux/ar7/files/include/asm-mips/ar7/irq.h

(limited to 'target/linux/ar7')

diff --git a/target/linux/ar7/files/include/asm-mips/ar7/irq.h b/target/linux/ar7/files/include/asm-mips/ar7/irq.h
new file mode 100644
index 000000000..39e9757e3
--- /dev/null
+++ b/target/linux/ar7/files/include/asm-mips/ar7/irq.h
@@ -0,0 +1,16 @@
+/*
+ * This file is subject to the terms and conditions of the GNU General Public
+ * License.  See the file "COPYING" in the main directory of this archive
+ * for more details.
+ *
+ * Shamelessly copied from asm-mips/mach-emma2rh/
+ * Copyright (C) 2003 by Ralf Baechle
+ */
+#ifndef __ASM_AR7_IRQ_H
+#define __ASM_AR7_IRQ_H
+
+#define NR_IRQS	256
+
+#include_next <irq.h>
+
+#endif /* __ASM_AR7_IRQ_H */
-- 
cgit v1.2.3