summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authordg <dg@FreeBSD.org>1995-12-25 01:02:32 +0000
committerdg <dg@FreeBSD.org>1995-12-25 01:02:32 +0000
commit310ee49bfe7edbc2d33cd50eb50567af382a9360 (patch)
tree86ce5cbddddd207fda76605ed00c4fcbfa57641f /sys
parent3e356cb667c59601871173ff122409c8f8d96df1 (diff)
downloadFreeBSD-src-310ee49bfe7edbc2d33cd50eb50567af382a9360.zip
FreeBSD-src-310ee49bfe7edbc2d33cd50eb50567af382a9360.tar.gz
Fix typo in CPUCLASS.
Diffstat (limited to 'sys')
-rw-r--r--sys/amd64/amd64/machdep.c4
-rw-r--r--sys/i386/i386/machdep.c4
2 files changed, 4 insertions, 4 deletions
diff --git a/sys/amd64/amd64/machdep.c b/sys/amd64/amd64/machdep.c
index 0a1b14d..885605a 100644
--- a/sys/amd64/amd64/machdep.c
+++ b/sys/amd64/amd64/machdep.c
@@ -35,7 +35,7 @@
* SUCH DAMAGE.
*
* from: @(#)machdep.c 7.4 (Berkeley) 6/3/91
- * $Id: machdep.c,v 1.162 1995/12/22 18:17:34 bde Exp $
+ * $Id: machdep.c,v 1.163 1995/12/24 08:10:41 davidg Exp $
*/
#include "npx.h"
@@ -623,7 +623,7 @@ identifycpu()
case CPUCLASS_586:
#endif
#if !defined(I686_CPU)
- case CPUCLASS_586:
+ case CPUCLASS_686:
#endif
panic("CPU class not configured");
default:
diff --git a/sys/i386/i386/machdep.c b/sys/i386/i386/machdep.c
index 0a1b14d..885605a 100644
--- a/sys/i386/i386/machdep.c
+++ b/sys/i386/i386/machdep.c
@@ -35,7 +35,7 @@
* SUCH DAMAGE.
*
* from: @(#)machdep.c 7.4 (Berkeley) 6/3/91
- * $Id: machdep.c,v 1.162 1995/12/22 18:17:34 bde Exp $
+ * $Id: machdep.c,v 1.163 1995/12/24 08:10:41 davidg Exp $
*/
#include "npx.h"
@@ -623,7 +623,7 @@ identifycpu()
case CPUCLASS_586:
#endif
#if !defined(I686_CPU)
- case CPUCLASS_586:
+ case CPUCLASS_686:
#endif
panic("CPU class not configured");
default:
OpenPOWER on IntegriCloud