]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit5b25ab517cf4e8fbbe82eceb817dd4421fa59fc8
tree4c0a1fde2879ffa66bf3fde715fbc601b3de2395
parent3e14ece682381cceebe46c9504d982d05ec6da36
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