Copy td_rqindex during fork instead of zero'ing it to match the comments.

I do not believe there is any functional change.
This commit is contained in:
jhb 2010-09-22 15:10:03 +00:00
parent 0702b407d6
commit 75cae29d95

View File

@ -263,7 +263,7 @@ struct thread {
int td_ng_outbound; /* (k) Thread entered ng from above. */
struct osd td_osd; /* (k) Object specific data. */
struct vm_map_entry *td_map_def_user; /* (k) Deferred entries. */
#define td_endzero td_base_pri
#define td_endzero td_rqindex
/* Copied during fork1() or thread_sched_upcall(). */
#define td_startcopy td_endzero