Linux Kernel Drops Support For Old Intel 386 CPUs

Ingo Molnar submitted the "Nuke 386-DX/SX support" pull request for Linux 3.8, which Linus has already pulled into the mainline tree.
Dropping the old Intel "80386" code is being done to reduce some complexity within the Linux kernel to allow for future improvements without having to worry about maintaining the support for this ancient PC hardware.
This tree removes ancient-386-CPUs support and thus zaps quite a bit of complexity:
24 files changed, 56 insertions(+), 425 deletions(-)
... which complexity has plagued us with extra work whenever we wanted to change SMP primitives, for years.
Unfortunately there's a nostalgic cost: your old original 386 DX33 system from early 1991 won't be able to boot modern Linux kernels anymore. Sniff.
H. Peter Anvin (9):
x86, 386 removal: Remove CONFIG_M386 from Kconfig
x86, 386 removal: Remove CONFIG_CMPXCHG
x86, 386 removal: Remove CONFIG_XADD
x86, 386 removal: Remove CONFIG_BSWAP
x86, 386 removal: Remove CONFIG_INVLPG
x86, 386 removal: Remove CONFIG_X86_WP_WORKS_OK
x86, 386 removal: Remove CONFIG_X86_POPAD_OK
x86, cleanups: Simplify sync_core() in the case of no CPUID
x86, 386 removal: Document Nx586 as a 386 and thus unsupported
31 Comments