[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <175036278075.4372.3898345624525344837@lazor>
Date: Thu, 19 Jun 2025 12:53:00 -0700
From: Stephen Boyd <sboyd@...nel.org>
To: Colin Ian King <colin.i.king@...il.com>, Krzysztof Kozlowski <krzk@...nel.org>, Michael Turquette <mturquette@...libre.com>, linux-arm-kernel@...ts.infradead.org, linux-clk@...r.kernel.org
Cc: kernel-janitors@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH][next] clk: moxart: Make read-only array div_idx static const
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.
Powered by blists - more mailing lists