Linus Torvalds Merged The Code Beginning To Remove Intel 486 CPU Support In Linux 7.1

Linus Torvalds Merged The Code Beginning To Remove Intel 486 CPU Support In Linux 7.1

Phoronix
PhoronixApr 15, 2026

Key Takeaways

  • Linux 7.1 removes Kconfig options for M486, M486SX, ELAN.
  • Building kernels with i486 support now impossible from 7.1 onward.
  • Legacy CPUs (Intel, AMD, Cyrix, IBM, UMC) lose official kernel support.
  • Users must stay on Linux 6.18 LTS for i486 compatibility.
  • Merge adds AMD AGESA version output to kernel logs.

Pulse Analysis

The Linux kernel has long pruned obsolete code to keep pace with modern hardware, and the i486 removal is the latest example. By eliminating the Kconfig entries for M486, M486SX and ELAN, developers cut down on maintenance tasks, security audit surface, and compile‑time options that rarely see use. The change also aligns the kernel tree with the reality that virtually no production environments run pure i486 CPUs today, allowing resources to focus on current architectures and performance improvements.

For the small community still operating legacy 486‑class machines, the impact is immediate. Kernels from the 7.1 series will refuse to compile i486 support, meaning users must either remain on the 6.18 LTS branch, which will receive updates for a few more years, or transition to newer hardware. This mirrors a broader industry trend where aging 32‑bit platforms are phased out in favor of 64‑bit solutions, yet the Linux ecosystem continues to offer long‑term support for older kernels to ease migration.

Beyond the removal itself, the patch introduces automatic logging of the AMD AGESA firmware version when detected, a useful diagnostic addition for system integrators and developers. Looking ahead, Linux 7.2 is expected to strip out the remaining i486‑specific code paths, completing the phase‑out. The move underscores Linux’s commitment to a lean, secure codebase while still providing clear migration paths for users of legacy hardware.

Linus Torvalds Merged The Code Beginning To Remove Intel 486 CPU Support In Linux 7.1

Comments

Want to join the conversation?