Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 28 Apr 1999 17:00:47 -0400 (EDT)
From:      Luoqi Chen <luoqi@watermarkgroup.com>
To:        dfr@nlsystems.com, tejblum@arc.hq.cti.ru
Cc:        cvs-all@freebsd.org, cvs-committers@freebsd.org, dt@freebsd.org, luoqi@freebsd.org
Subject:   Re: cvs commit: src/sys/alpha/alpha pmap.c
Message-ID:  <199904282100.RAA08368@lor.watermarkgroup.com>

next in thread | raw e-mail | index | archive | help
> 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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199904282100.RAA08368>