commit | c5e1035c9687025373b7c48a08efb37f5329916b | [log] [tgz] |
---|---|---|
author | Marc Zyngier <marc.zyngier@arm.com> | Fri Mar 09 14:53:19 2018 +0000 |
committer | Marc Zyngier <marc.zyngier@arm.com> | Wed Mar 14 11:11:28 2018 +0000 |
tree | f461f1b4845c994d037110bad7dd44d27f6dcc0c | |
parent | 1ae8862e27e2b68542294747ae473fb3e1024f74 [diff] |
irqchip/gic-v2: Reset APRn registers at boot time Booting a crash kernel while in an interrupt handler is likely to leave the Active Priority Registers with some state that is not relevant to the new kernel, and is likely to lead to erratic behaviours such as interrupts not firing as their priority is already active. As a sanity measure, wipe the APRs clean on startup. Signed-off-by: Marc Zyngier <marc.zyngier@arm.com>