Revert r314669, r314670:

Bring back the i486 option in GENERIC by default.

The code related to i386 CPU variants configuration has received many
changes in the last years: most of the features are detected automatically,
so there are no performance penalties from keeping the 486 support enabled.

Re-instate the 486 support: while the general configuration could still be
cleaned a bit, there is no advantage in removing it.

Differential Revision:	https://reviews.freebsd.org/D9879
This commit is contained in:
Pedro F. Giffuni 2017-03-06 03:52:15 +00:00
parent ca86bcf253
commit 25ef829b03
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=314721
2 changed files with 1 additions and 5 deletions

View File

@ -51,11 +51,6 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 12.x IS SLOW:
****************************** SPECIAL WARNING: ******************************
20170304:
Support for i486 has been dropped from the defauilt GENERIC i386
kernel. Users of such old processors can still build custom kernels
or can upgrade the processor.
20170302:
Clang, llvm, lldb, compiler-rt and libc++ have been upgraded to 4.0.0.
Please see the 20141231 entry below for information about prerequisites

View File

@ -18,6 +18,7 @@
#
# $FreeBSD$
cpu I486_CPU
cpu I586_CPU
cpu I686_CPU
ident GENERIC