On Wed, Feb 20, 2019 at 12:14 PM Viresh Kumar <[email protected]> wrote: > > With the introduction of commit 846a415bf440 ("arm64: default NR_CPUS to > 256"), we have started getting following compilation warning: > > qcom-cpufreq-kryo.c:168:1: warning: the frame size of 2160 bytes is larger > than 2048 bytes [-Wframe-larger-than=] > > Fix that by dynamically allocating opp_tables and freeing it later. > > Compile tested only. > > Signed-off-by: Viresh Kumar <[email protected]>
Looks good to me, thanks for the fix! Reviewed-by: Arnd Bergmann <[email protected]>

