diff options
author | 2024-08-06 07:58:24 -0600 | |
---|---|---|
committer | 2024-08-07 12:11:46 +0530 | |
commit | 1ffec650d07f63a584d2a789a20bb64e9b13d34b (patch) | |
tree | b7539f30df2d9a4e68f21ccaf4e6eead16926034 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | cpufreq: omap: Drop asm includes (diff) | |
download | wireguard-linux-1ffec650d07f63a584d2a789a20bb64e9b13d34b.tar.xz wireguard-linux-1ffec650d07f63a584d2a789a20bb64e9b13d34b.zip |
cpufreq: armada-8k: Avoid excessive stack usage
In some build configurations (e.g. x86 allmodconfig), 2 cpu_mask
variables exceeds the max stack frame size:
drivers/cpufreq/armada-8k-cpufreq.c:203:1: error: the frame size of 2128 bytes is larger than 2048 bytes
Fix it by making "cpus" static which is fine given that module init is
only called once.
Signed-off-by: Rob Herring (Arm) <robh@kernel.org>
Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions