ARM: GIC: function to retrieve the physical address of the SGIR
authorNicolas Pitre <nicolas.pitre@linaro.org>
Wed, 28 Nov 2012 23:17:25 +0000 (18:17 -0500)
committerNicolas Pitre <nicolas.pitre@linaro.org>
Wed, 19 Jun 2013 20:54:27 +0000 (16:54 -0400)
commitdf321c43e3c3ed44d2434fd12d378736a82152d5
tree4033cfc149e677c4276b27e32ec30e78ec175f84
parent8e9c2d29bf6fee7a99db920c8a08aa691c2973d3
ARM: GIC: function to retrieve the physical address of the SGIR

In order to have early assembly code signal other CPUs in the system,
we need to get the physical address for the SGIR register used to
send IPIs.  Because the register will be used with a precomputed CPU
interface ID number, there is no need for any locking in the assembly
code where this register is written to.

Signed-off-by: Nicolas Pitre <nico@linaro.org>
drivers/irqchip/irq-gic.c
include/linux/irqchip/arm-gic.h