diff options
| author | Evan Green <[email protected]> | 2023-04-20 19:49:34 +0000 |
|---|---|---|
| committer | Palmer Dabbelt <[email protected]> | 2023-04-26 04:58:42 +0000 |
| commit | bb3f89487fd936df7cc5165bae37ca2669056c5c (patch) | |
| tree | 0e2434e119b6f337dd14785728071b490a20f8dd /tools/perf/scripts/python | |
| parent | Merge patch series "Introduce 64b relocatable kernel" (diff) | |
| download | kernel-bb3f89487fd936df7cc5165bae37ca2669056c5c.tar.gz kernel-bb3f89487fd936df7cc5165bae37ca2669056c5c.zip | |
RISC-V: hwprobe: Remove __init on probe_vendor_features()
probe_vendor_features() is now called from smp_callin(), which is not
__init code and runs during cpu hotplug events. Remove the
__init_or_module decoration from it and the functions it calls to avoid
walking into outer space.
Fixes: 62a31d6e38bd ("RISC-V: hwprobe: Support probing of misaligned access performance")
Signed-off-by: Evan Green <[email protected]>
Reviewed-by: Conor Dooley <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Palmer Dabbelt <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions
