From owner-freebsd-current Fri Dec 6 10:05:16 1996 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id KAA03551 for current-outgoing; Fri, 6 Dec 1996 10:05:16 -0800 (PST) Received: from who.cdrom.com (who.cdrom.com [204.216.27.3]) by freefall.freebsd.org (8.8.4/8.8.4) with ESMTP id KAA03521 for ; Fri, 6 Dec 1996 10:05:07 -0800 (PST) Received: from dyson.iquest.net (dyson.iquest.net [198.70.144.127]) by who.cdrom.com (8.7.5/8.6.11) with ESMTP id IAA04544 for ; Fri, 6 Dec 1996 08:01:15 -0800 (PST) Received: (from root@localhost) by dyson.iquest.net (8.8.2/8.6.9) id LAA07810; Fri, 6 Dec 1996 11:00:00 -0500 (EST) From: John Dyson Message-Id: <199612061600.LAA07810@dyson.iquest.net> Subject: Re: 3.0-current Kernel panicking on bootup To: bde@zeta.org.au (Bruce Evans) Date: Fri, 6 Dec 1996 11:00:00 -0500 (EST) Cc: bde@zeta.org.au, current@freebsd.org, markm@iafrica.com In-Reply-To: <199612061542.CAA28965@godzilla.zeta.org.au> from "Bruce Evans" at Dec 7, 96 02:42:46 am Reply-To: dyson@freebsd.org X-Mailer: ELM [version 2.4 PL24 ME8] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-current@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > >* #define LKM ACTUALLY_LKM_NOT_KERNEL > > Don't use that. It will go away. > Didn't know. > > >Those that use LKM's, will have a perf hit. Kind of like shared libs. > > I think it needs to be a positive option so that it fails safely. > Okay, then make it conditional on the various processors that support it? As opposed to the processor that doesn't? John