commit | eeb446581ba23a5a36b4f5c7bfa2b1f8f7c9fb66 | [log] [tgz] |
---|---|---|
author | Nicolas Pitre <nicolas.pitre@linaro.org> | Wed Nov 28 18:17:25 2012 -0500 |
committer | Nicolas Pitre <nicolas.pitre@linaro.org> | Mon Sep 23 18:47:28 2013 -0400 |
tree | 54008c0bc9bde10512f6f2c4c0118740babd39ae | |
parent | de885d147ad2c4a66777e3557440247efde1cc8d [diff] |
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>