blob: c0dbd530cca612cd065f75eec23a096e24dc673e [file] [log] [blame]
Jayachandran C3c595a52011-05-07 01:36:05 +05301/*
2 * This file is subject to the terms and conditions of the GNU General Public
3 * License. See the file "COPYING" in the main directory of this archive
4 * for more details.
5 *
6 * Copyright (C) 2011 Netlogic Microsystems.
7 */
8#ifndef __ASM_NETLOGIC_IRQ_H
9#define __ASM_NETLOGIC_IRQ_H
10
Jayachandran Cbb1e4bc2012-10-31 12:01:40 +000011#include <asm/mach-netlogic/multi-node.h>
Jayachandran Cc24a8a72013-12-21 16:52:13 +053012#define NLM_IRQS_PER_NODE 1024
13#define NR_IRQS (NLM_IRQS_PER_NODE * NLM_NR_NODES)
Jayachandran Cbb1e4bc2012-10-31 12:01:40 +000014
Jayachandran C3c595a52011-05-07 01:36:05 +053015#define MIPS_CPU_IRQ_BASE 0
16
17#endif /* __ASM_NETLOGIC_IRQ_H */