diff options
author | 2020-04-22 13:28:57 +0200 | |
---|---|---|
committer | 2020-05-18 10:28:30 +0100 | |
commit | 8a94c1ab34d53476617f83610521cfb6674db8d4 (patch) | |
tree | a55ef343b6ae8f093209ac75b7551b7e9a214b1c /tools/perf/scripts/python/export-to-postgresql.py | |
parent | platform-msi: Fix typos in comment (diff) | |
download | wireguard-linux-8a94c1ab34d53476617f83610521cfb6674db8d4.tar.xz wireguard-linux-8a94c1ab34d53476617f83610521cfb6674db8d4.zip |
irqchip/gic-v3: Fix missing "__init" for gic_smp_init()
With an SMP configuration, gic_smp_init() calls set_smp_cross_call().
set_smp_cross_call() is marked with "__init".
So gic_smp_init() should also be marked with "__init".
gic_smp_init() is only called from gic_init_bases().
gic_init_bases() is also marked with "__init";
So marking gic_smp_init() with "__init" is fine.
Signed-off-by: Ingo Rohloff <ingo.rohloff@lauterbach.com>
Signed-off-by: Marc Zyngier <maz@kernel.org>
Link: https://lore.kernel.org/r/20200422112857.4300-1-ingo.rohloff@lauterbach.com
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions