]> git.ipfire.org Git - thirdparty/linux.git/commit - drivers/irqchip/irq-gic-v3.c
irqchip/gic-v3-its: Change initialization ordering for LPIs
authorMarc Zyngier <marc.zyngier@arm.com>
Fri, 27 Jul 2018 13:51:04 +0000 (14:51 +0100)
committerMarc Zyngier <marc.zyngier@arm.com>
Tue, 2 Oct 2018 09:37:27 +0000 (10:37 +0100)
commitd38a71c5452529fd3326b0ae488292e5fbd8d2a1
tree5d620246e48e34e6904d6e113ade5da437e82f32
parenta23d3bb05ccbd815c79293d2207fedede0b3515d
irqchip/gic-v3-its: Change initialization ordering for LPIs

We currently initialize the LPIs (and the ITS) fairly early, even
before the SMP support and the CPU interface. This is a bit odd
(as LPIs are not exactly crutial for the early boot process),
and is going to cause issues when reorganizing the probing code.

Let's move this initialization later.

Reviewed-by: Julien Thierry <julien.thierry@arm.com>
Tested-by: Jeremy Linton <jeremy.linton@arm.com>
Tested-by: Bhupesh Sharma <bhsharma@redhat.com>
Tested-by: Lei Zhang <zhang.lei@jp.fujitsu.com>
Signed-off-by: Marc Zyngier <marc.zyngier@arm.com>
drivers/irqchip/irq-gic-v3.c