On Tue, 30 Mar 2021 07:04:44 +0100, Jisheng Zhang <[email protected]> wrote: > > Some functions are not needed after booting, so mark them as __init > to move them to the .init section. > > Some global variables are never modified after init, so can be > __ro_after_init. > > Signed-off-by: Jisheng Zhang <[email protected]>
Acked-by: Marc Zyngier <[email protected]> M. -- Without deviation from the norm, progress is not possible.

