Re: [PATCH] x86/entry: Add __init to ia32_emulation_override_cmdline()
From: Vitaly Kuznetsov
Date: Wed Jan 08 2025 - 12:15:23 EST
Dave Hansen <dave.hansen@xxxxxxxxx> writes:
> On 1/8/25 08:05, Vitaly Kuznetsov wrote:
>>> -static int ia32_emulation_override_cmdline(char *arg)
>>> +static int __init ia32_emulation_override_cmdline(char *arg)
>>> {
>>> return kstrtobool(arg, &__ia32_enabled);
>>> }
>> Post-holidays ping)
>
> I'll put this in the queue to look at after the next merge window since
> it looks like pure housekeeping.
>
> Is there any reason to do it with any more urgency?
No reason, just checking that it doesn't fall through the cracks. Thanks!
--
Vitaly