summaryrefslogtreecommitdiffstats
path: root/arch/mips/kernel/irq.c
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2015-05-31 12:03:42 -0700
committerLinus Torvalds <torvalds@linux-foundation.org>2015-05-31 12:03:42 -0700
commite4ca714b6363bbb4c8a6020482028815fc6d947f (patch)
tree6581428d1d53b7c9ea37b1d617eee8592923e0a4 /arch/mips/kernel/irq.c
parent50f5a1ee32ba2dd8f7221e4d841249edf81b9075 (diff)
parentc4fca4fdea940bda2cff6b844cda6af8ef1c79cc (diff)
downloadop-kernel-dev-e4ca714b6363bbb4c8a6020482028815fc6d947f.zip
op-kernel-dev-e4ca714b6363bbb4c8a6020482028815fc6d947f.tar.gz
Merge branch 'upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/ralf/linux
Pull MIPS fixes from Ralf Baechle: "MIPS fixes for 4.1 all across the tree" * 'upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/ralf/linux: MIPS: strnlen_user.S: Fix a CPU_DADDI_WORKAROUNDS regression MIPS: BMIPS: Fix bmips_wr_vec() MIPS: ath79: fix build problem if CONFIG_BLK_DEV_INITRD is not set MIPS: Fuloong 2E: Replace CONFIG_USB_ISP1760_HCD by CONFIG_USB_ISP1760 MIPS: irq: Use DECLARE_BITMAP ttyFDC: Fix to use native endian MMIO reads MIPS: Fix CDMM to use native endian MMIO reads
Diffstat (limited to 'arch/mips/kernel/irq.c')
-rw-r--r--arch/mips/kernel/irq.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/kernel/irq.c b/arch/mips/kernel/irq.c
index d2bfbc2..51f57d8 100644
--- a/arch/mips/kernel/irq.c
+++ b/arch/mips/kernel/irq.c
@@ -29,7 +29,7 @@
int kgdb_early_setup;
#endif
-static unsigned long irq_map[NR_IRQS / BITS_PER_LONG];
+static DECLARE_BITMAP(irq_map, NR_IRQS);
int allocate_irqno(void)
{
OpenPOWER on IntegriCloud