diff options
author | Marc Zyngier <marc.zyngier@arm.com> | 2018-07-27 13:38:54 +0100 |
---|---|---|
committer | Marc Zyngier <marc.zyngier@arm.com> | 2018-10-02 10:37:30 +0100 |
commit | 11e37d357f6ba7a9af850a872396082cc0a0001f (patch) | |
tree | a1c0f60e9eaf515e09cd0365c922d5f5a9b86b2a /fs/jffs2/erase.c | |
parent | 053be4854f9bcceba99cdfa0c89acc4696852c3f (diff) | |
download | linux-11e37d357f6ba7a9af850a872396082cc0a0001f.tar.gz linux-11e37d357f6ba7a9af850a872396082cc0a0001f.tar.bz2 linux-11e37d357f6ba7a9af850a872396082cc0a0001f.zip |
irqchip/gic-v3-its: Move pending table allocation to init time
Pending tables for the redistributors are currently allocated
one at a time as each CPU boots. This is causing some grief
for Linux/RT (allocation from within a CPU hotplug notifier is
frown upon).
Let's move this allocation to take place at init time, when we
only have a single CPU. It means we're allocating memory for CPUs
that are not online yet, but most system will boot all of their
CPUs anyway, so that's not completely wasted.
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>
Diffstat (limited to 'fs/jffs2/erase.c')
0 files changed, 0 insertions, 0 deletions