Re: [PATCH] x86/entry: Add __init to ia32_emulation_override_cmdline()

From: Dave Hansen
Date: Wed Jan 08 2025 - 12:00:47 EST


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?