From owner-freebsd-commit Sun Jan 21 12:57:18 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id MAA05880 for freebsd-commit-outgoing; Sun, 21 Jan 1996 12:57:18 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id MAA05862 for cvs-all-outgoing; Sun, 21 Jan 1996 12:57:10 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id MAA05852 for cvs-sys-outgoing; Sun, 21 Jan 1996 12:57:07 -0800 (PST) Received: (from joerg@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id MAA05845 Sun, 21 Jan 1996 12:57:06 -0800 (PST) Date: Sun, 21 Jan 1996 12:57:06 -0800 (PST) From: Joerg Wunsch Message-Id: <199601212057.MAA05845@freefall.freebsd.org> To: CVS-committers, cvs-sys Subject: cvs commit: src/sys/i386/i386 machdep.c Sender: owner-commit@FreeBSD.ORG Precedence: bulk joerg 96/01/21 12:57:05 Modified: sys/i386/i386 machdep.c Log: Initialize the cpu_class variable. This prevents i386 machines from panicing with a privileged instruction fault early at boot time. Submitted by: rock@wurzelausix.CS.Uni-SB.DE (D. Rock) Revision Changes Path 1.171 +2 -2 src/sys/i386/i386/machdep.c