svn commit: r314669 - head/sys/i386/conf

Pedro F. Giffuni pfg at FreeBSD.org
Sat Mar 4 15:04:18 UTC 2017


Author: pfg
Date: Sat Mar  4 15:04:17 2017
New Revision: 314669
URL: https://svnweb.freebsd.org/changeset/base/314669

Log:
  Drop i486 from the default i386 GENERIC kernel configuration.
  
  80486 production was stopped by Intel on September 2007. Dropping the 486
  configuration option from the GENERIC kernel improves performance
  slightly.
  
  Removing I486_CPU is consistent at this time: we don't support any
  processor without a FPU and the PC-98 arch, which frequently involved i486
  CPUs, is also gone so we don't test such platforms anymore.
  
  Relnotes:	yes
  MFC after:	2 weeks
  https://reviews.freebsd.org/D9879

Modified:
  head/sys/i386/conf/GENERIC

Modified: head/sys/i386/conf/GENERIC
==============================================================================
--- head/sys/i386/conf/GENERIC	Sat Mar  4 13:05:04 2017	(r314668)
+++ head/sys/i386/conf/GENERIC	Sat Mar  4 15:04:17 2017	(r314669)
@@ -18,7 +18,6 @@
 #
 # $FreeBSD$
 
-cpu		I486_CPU
 cpu		I586_CPU
 cpu		I686_CPU
 ident		GENERIC


More information about the svn-src-head mailing list