From owner-cvs-all Wed Apr 28 14: 1:13 1999 Delivered-To: cvs-all@freebsd.org Received: from lor.watermarkgroup.com (lor.watermarkgroup.com [207.202.73.33]) by hub.freebsd.org (Postfix) with ESMTP id 7E6D51576F; Wed, 28 Apr 1999 14:00:47 -0700 (PDT) (envelope-from luoqi@watermarkgroup.com) Received: (from luoqi@localhost) by lor.watermarkgroup.com (8.8.8/8.8.8) id RAA08368; Wed, 28 Apr 1999 17:00:47 -0400 (EDT) (envelope-from luoqi) Date: Wed, 28 Apr 1999 17:00:47 -0400 (EDT) From: Luoqi Chen Message-Id: <199904282100.RAA08368@lor.watermarkgroup.com> To: dfr@nlsystems.com, tejblum@arc.hq.cti.ru Subject: Re: cvs commit: src/sys/alpha/alpha pmap.c Cc: cvs-all@freebsd.org, cvs-committers@freebsd.org, dt@freebsd.org, luoqi@freebsd.org Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk > That's because Luoqi removed "curproc = p; /* XXX redundant */" from > init_proc0(). > Any idea where it should be done nowdays? > > Dima > On i386, this is done earlier in init386(), probably you could add this line to alpha_init(). I removed this line because of the redundant remark and I wanted to reduce number of places curproc is set (curproc is now a non-lvalue macro on i386 SMP). Sorry about the breakage, I didn't have an alpha box to test out the changes. -lq To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message