Re: [patch 1/2] x86/cpu: Init exception handling from cpu_init_secondary()

From: Thomas Gleixner
Date: Sun May 09 2021 - 09:56:06 EST


On Sun, May 09 2021 at 07:40, Lai Jiangshan wrote:
> On 2021/5/7 19:02, Thomas Gleixner wrote:
>> +#ifdef CONFIG_SMP
>> +void cpu_init_secondary(void)
>> +{
>> + cpu_init_exception_handling();
>> + cpu_init();
>> +}
>> +#endif
>
> Hello
>
> No code invokes this function in this patch.
>
> Forgot to invoke it from start_secondary() or somewhere?

Yes. Stupid me.