irqchip: mips-gic: Make pcpu_masks a per-cpu variable
authorPaul Burton <paul.burton@imgtec.com>
Sun, 13 Aug 2017 04:36:42 +0000 (21:36 -0700)
committerRalf Baechle <ralf@linux-mips.org>
Mon, 4 Sep 2017 11:53:15 +0000 (13:53 +0200)
commitaa493737d8e2b7d4393a94479eec63381f842daa
tree4c0a1fde2879ffa66bf3fde715fbc601b3de2395
parent87888bcbe4abfe5a755223d10e3086f5951017c6
irqchip: mips-gic: Make pcpu_masks a per-cpu variable

Define the pcpu_masks variable using the kernel's standard per-cpu
variable support, rather than an open-coded array of structs containing
bitmaps.

Signed-off-by: Paul Burton <paul.burton@imgtec.com>
Acked-by: Marc Zyngier <marc.zyngier@arm.com>
Cc: Jason Cooper <jason@lakedaemon.net>
Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: linux-mips@linux-mips.org
Patchwork: https://patchwork.linux-mips.org/patch/17052/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
drivers/irqchip/irq-mips-gic.c