From: Eugene Konev Date: Thu, 13 Sep 2007 06:21:27 +0000 (+0000) Subject: 128 irqs is not enough... X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=b972859fecaf8e146760abe324ef1f27de1e7534;p=openwrt%2Fstaging%2Fflorian.git 128 irqs is not enough... SVN-Revision: 8768 --- 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 0000000000..39e9757e3d --- /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 + +#endif /* __ASM_AR7_IRQ_H */