Re: [PATCHv6 04/16] x86/efi: Move runtime service initialization to arch/x86
From: Dave Hansen
Date: Fri Jun 20 2025 - 11:41:47 EST
On 6/20/25 06:53, Kirill A. Shutemov wrote:
> From: Alexander Shishkin <alexander.shishkin@xxxxxxxxxxxxxxx>
>
> The EFI call in start_kernel() is guarded by #ifdef CONFIG_X86. Move
> the thing to the arch_cpu_finalize_init() path on x86 and get rid of
> the #ifdef in start_kernel().
What does this have to do with LASS?
Is there any reason not to just pull this in to tip now as a cleanup? It
looks good regardless of what it does to LASS.