From owner-freebsd-current Sun Jun 7 00:03:28 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA16888 for freebsd-current-outgoing; Sun, 7 Jun 1998 00:03:28 -0700 (PDT) (envelope-from owner-freebsd-current@FreeBSD.ORG) Received: from dyson.iquest.net (dyson.iquest.net [198.70.144.127]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id AAA16873 for ; Sun, 7 Jun 1998 00:03:24 -0700 (PDT) (envelope-from toor@dyson.iquest.net) Received: (from root@localhost) by dyson.iquest.net (8.8.8/8.8.8) id CAA01085; Sun, 7 Jun 1998 02:02:38 -0500 (EST) (envelope-from toor) Message-Id: <199806070702.CAA01085@dyson.iquest.net> Subject: Re: Another snap for -current improvements In-Reply-To: <199806070652.XAA09806@pozo.com> from Manfred Antar at "Jun 6, 98 11:52:17 pm" To: mantar@netcom.com (Manfred Antar) Date: Sun, 7 Jun 1998 02:02:38 -0500 (EST) Cc: current@FreeBSD.ORG From: "John S. Dyson" Reply-To: dyson@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL38 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Manfred Antar said: > At 12:50 AM 6/7/98 -0500, you wrote: > >Another snap at: > > > >http://www.freebsd.org/~dyson/sysjun07.diff.gz > > > >Might work on P5 now. Also, some strange problems that > >I could finally repeat have been fixed. New pte update > >code that considers the modification of VA space as > >a side effect, as opposed to depending upon the lack > >of compiler optimization. > > > >John > > > I have run tests on my PR 440 MB with no problems. However, that diagnostic that you are seeing is bogus, and reflects a coding error in the diagnostic :-(. I'll download a new, fixed patch. If you want to quick-fix the code in your hands, on approx line 3446 of sys/i386/i386/pmap.c (my line numbers won't match yours perfectly necessarily) there is an ifdef PMAP_DIAGNOSTIC, with the complaint that you are seeing. The variable "pmap" isn't initialized there, and the diagnostic itself has the error. Try removing that ifdef'ed section of code. I'll download a new update diff immediately. -- John | Never try to teach a pig to sing, dyson@freebsd.org | it just makes you look stupid, jdyson@nc.com | and it irritates the pig. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message