From owner-freebsd-current Wed Dec 27 16:53:11 1995 Return-Path: owner-current Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id QAA28648 for current-outgoing; Wed, 27 Dec 1995 16:53:11 -0800 (PST) Received: from Root.COM (implode.Root.COM [198.145.90.17]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id QAA28641 for ; Wed, 27 Dec 1995 16:53:08 -0800 (PST) Received: from corbin.Root.COM (corbin [198.145.90.50]) by Root.COM (8.6.12/8.6.5) with ESMTP id QAA10513; Wed, 27 Dec 1995 16:53:00 -0800 Received: from localhost (localhost [127.0.0.1]) by corbin.Root.COM (8.7.3/8.6.5) with SMTP id QAA00230; Wed, 27 Dec 1995 16:53:01 -0800 (PST) Message-Id: <199512280053.QAA00230@corbin.Root.COM> To: "Marc G. Fournier" cc: "Jordan K. Hubbard" , current@freebsd.org Subject: Re: panic: CPU class not configured In-reply-to: Your message of "Wed, 27 Dec 95 19:06:25 EST." From: David Greenman Reply-To: davidg@Root.COM Date: Wed, 27 Dec 1995 16:52:59 -0800 Sender: owner-current@freebsd.org Precedence: bulk >And, after doing a 'config -g ', followed by the appropriate >make depend and make, I get: > >loading kernel >../../kern/kern_exit.c:140: Undefined symbol `_semexit' referenced from text segment >*** Error code 1 > >Stop. Gack. > BTW...assuming that its 'machdep.c' that was modified for the >Pentium Pro detection bug, this is the one I have on my most recent >source tree (assumed it was in identifycpu(), which is in machdep.c): > > * from: @(#)machdep.c 7.4 (Berkeley) 6/3/91 > * $Id: machdep.c,v 1.164 1995/12/25 01:02:32 davidg Exp $ > > which is over 2 days old now :( No, the bug was in locore.s: revision 1.58 date: 1995/12/25 14:40:49; author: davidg; state: Exp; lines: +3 -3 Fix a lable goofup I made in the previous P6 support changes. The sup source trees can easily lag behind by a day or two, and that's probably what has happend in your case. Make sure that locore.s is rev 1.58. -DG