Re: [PATCH][next] clk: moxart: Make read-only array div_idx static const

From: Stephen Boyd
Date: Thu Jun 19 2025 - 15:53:10 EST


Quoting Colin Ian King (2025-06-19 01:30:35)
> Don't populate the read-only array div_idx on the stack at run time,
> instead make it static const.

Why? This is in __init code so it can be thrown away if it stays on the
stack.