mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
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:
parent
e8b4ca850e
commit
7494ee9b63
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue