Re: [PATCH v12 07/11] x86/smpboot: Remove early_gdt_descr on 64-bit

From: Arjan van de Ven
Date: Tue Feb 28 2023 - 16:02:49 EST




Maybe we should enforce CONFIG_SMP=y first :)

Thanks,

for 64 bit I can see the point of removing the !SMP case entirely from arch/x86 .
maybe even for 32 bit if it just makes the code simpler I suppose