Re: [PATCH v2 4/5] x86/cpu: Move 32-bit SEP setup into identify_cpu()
Nikolay Borisov <[email protected]>
| Newsgroups | org.kernel.vger.bpf,org.kernel.vger.linux-kernel,org.kvack.linux-mm |
|---|---|
| Message-ID | <[email protected]> |
On 8/15/26 02:51, Ihor Solodrai wrote: > identify_boot_cpu() and identify_secondary_cpu() both call > enable_sep_cpu() under CONFIG_X86_32 immediately after identify_cpu(). > > Do it once and drop the ifdefs while at it. > > No functional changes. > > Signed-off-by: Ihor Solodrai <[email protected]> Reviewed-by: Nikolay Borisov <[email protected]>