From owner-p4-projects@FreeBSD.ORG Fri May 9 22:48:20 2003 Return-Path: Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id 2D92B37B401; Fri, 9 May 2003 22:48:20 -0700 (PDT) Delivered-To: perforce@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 931) id C2A1E37B401; Fri, 9 May 2003 22:48:19 -0700 (PDT) Date: Sat, 10 May 2003 00:48:19 -0500 From: Juli Mallett To: Perforce Change Reviews Message-ID: <20030510004819.A87450@FreeBSD.org> References: <200305100454.h4A4s5eq029888@repoman.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <200305100454.h4A4s5eq029888@repoman.freebsd.org>; from jmallett@FreeBSD.org on Fri, May 09, 2003 at 09:54:05PM -0700 X-Title: Code Maven X-Towel: Yes X-Negacore: Yes X-Authentication-Warning: localhost: juli pwned teh intarweb Subject: Re: PERFORCE change 30905 for review X-BeenThere: p4-projects@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: p4 projects tree changes List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 10 May 2003 05:48:21 -0000 * Juli Mallett [ Date: 2003-05-09 ] [ w.r.t. PERFORCE change 30905 for review ] > http://perforce.freebsd.org/chv.cgi?CH=30905 > > Change 30905 by jmallett@jmallett_dalek on 2003/05/09 21:54:02 > > Use an ungodly huge stack, for now, it's doing well here > and since that my random problems have gone away, but that > may be the result of other things related to mutex_init. > > Prime the GP, compiler changes going in soon need this to > produce a booting kernel. Oops, I forgot about this crud... > -ENTRY(btext) > + .globl btext > +btext: We just want to mark the beginning of the text segment, not have a full-fledged entry point, that would require an END() to shut up the assembler, and that's just stupid. > +#if 0 > + # Put thread0 onto our temporary stack. > + ld t0, pcpup > + ld t0, PC_CURTHREAD(t0) > + sd sp, TD_KSTACK(t0) > +#endif > + This was sooo not meant to be committed. Trying to just get away with using the tempstack, and I if0'd it to see if it was the cause of my mutex pain and suffering with witness. -- juli mallett. email: jmallett@freebsd.org; efnet: juli;