summaryrefslogtreecommitdiffstats
path: root/sys/pc98/conf
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>2001-01-16 09:10:34 +0000
committerpeter <peter@FreeBSD.org>2001-01-16 09:10:34 +0000
commit134cd3c07ec1805473e286adf9aa5ef9067789d2 (patch)
tree03a4e39c039f4522b5ffab7aae5a940b497720d9 /sys/pc98/conf
parent3d8401c62e6c5841887621dcef82c2d19dcf1153 (diff)
downloadFreeBSD-src-134cd3c07ec1805473e286adf9aa5ef9067789d2.zip
FreeBSD-src-134cd3c07ec1805473e286adf9aa5ef9067789d2.tar.gz
Stop doing runtime checking on i386 cpus for cpu class. The cpu is
slow enough as it is, without having to constantly check that it really is an i386 still. It was possible to compile out the conditionals for faster cpus by leaving out 'I386_CPU', but it was not possible to unconditionally compile for the i386. You got the runtime checking whether you wanted it or not. This makes I386_CPU mutually exclusive with the other cpu types, and tidies things up a little in the process. Reviewed by: alfred, markm, phk, benno, jlemon, jhb, jake, grog, msmith, jasone, dcs, des (and a bunch more people who encouraged it)
Diffstat (limited to 'sys/pc98/conf')
-rw-r--r--sys/pc98/conf/GENERIC2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/pc98/conf/GENERIC b/sys/pc98/conf/GENERIC
index c2c8e0e..ddc58bf3 100644
--- a/sys/pc98/conf/GENERIC
+++ b/sys/pc98/conf/GENERIC
@@ -18,7 +18,7 @@
# $FreeBSD$
machine pc98
-cpu I386_CPU
+#cpu I386_CPU #Do not enable with other cpu types
cpu I486_CPU
cpu I586_CPU
cpu I686_CPU
OpenPOWER on IntegriCloud