Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 9 Jul 2002 14:50:19 -0700 (PDT)
From:      Julian Elischer <julian@elischer.org>
To:        John Baldwin <jhb@FreeBSD.org>
Cc:        current@FreeBSD.org, julian@FreeBSD.org
Subject:   Re: mdthread is copied but mdproc isn't?
Message-ID:  <Pine.BSF.4.21.0207091423060.35930-100000@InterJet.elischer.org>
In-Reply-To: <XFMail.20020709162347.jhb@FreeBSD.org>

next in thread | previous in thread | raw e-mail | index | archive | help
Gosh I did that SOOO long ago (almost a year I guess)
that I really cannot remember..
I think I looked at the fields and decided that since there
weren't any at that time It could probably be in that reagion..

you are right I think..
feel free to shift it.
Matt has since been there.. I can't remember what was there before.

1.1          (rgrimes  12-Jun-93):  */
1.12         (julian   12-Sep-01): struct mdthread {
1.16         (dillon   27-Mar-02):      register_t md_savecrit;
1.12         (julian   12-Sep-01): };
1.12         (julian   12-Sep-01): 

I presume that the savecrit should not be duplicated..
(but it is not set in fork so that is probably ok...)

sure.. move it.



On Tue, 9 Jul 2002, John Baldwin wrote:

> I'm trying to cleanup the Alpha MD flags and discovered that in KSE-2,
> the struct mdthread td_md is in the copy section of struct thread even
> though struct mdproc p_md is not (and wasn't before KSE-2 either).  Just
> curious if this was accidental or intentional?  I think mdthread should
> not be copied by default, but should be treated the same as mdproc, and
> the MD code should be responsible for copying/zeroing any bits that it
> needs to.
> 
> -- 
> 
> John Baldwin <jhb@FreeBSD.org>  <><  http://www.FreeBSD.org/~jhb/
> "Power Users Use the Power to Serve!"  -  http://www.FreeBSD.org/
> 


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-current" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.21.0207091423060.35930-100000>