diff options
author | Jayachandran C <jayachandranc@netlogicmicro.com> | 2011-05-07 01:36:05 +0530 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2011-05-19 09:55:39 +0100 |
commit | 3c595a515dbb61ae96e8f5607d895820aa06e870 (patch) | |
tree | 958f06dfc43abd8797a6acbf04e251a871fdffcb /arch/mips/include/asm/mach-netlogic/irq.h | |
parent | a7117c6bddcbfff2fa237a14a853b32cb94bf59a (diff) |
MIPS: Netlogic: mach-netlogic include files
Add war.h and irq.h with XLR/XLS definitions.
Signed-off-by: Jayachandran C <jayachandranc@netlogicmicro.com>
To: linux-mips@linux-mips.org
Patchwork: https://patchwork.linux-mips.org/patch/2331/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/include/asm/mach-netlogic/irq.h')
-rw-r--r-- | arch/mips/include/asm/mach-netlogic/irq.h | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/arch/mips/include/asm/mach-netlogic/irq.h b/arch/mips/include/asm/mach-netlogic/irq.h new file mode 100644 index 00000000000..b5902458e7c --- /dev/null +++ b/arch/mips/include/asm/mach-netlogic/irq.h @@ -0,0 +1,14 @@ +/* + * 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. + * + * Copyright (C) 2011 Netlogic Microsystems. + */ +#ifndef __ASM_NETLOGIC_IRQ_H +#define __ASM_NETLOGIC_IRQ_H + +#define NR_IRQS 64 +#define MIPS_CPU_IRQ_BASE 0 + +#endif /* __ASM_NETLOGIC_IRQ_H */ |