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
_______________________________________________
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to