Changeset dc5c303 in mainline for kernel/generic/include/proc/thread.h


Ignore:
Timestamp:
2023-12-28T13:59:23Z (2 years ago)
Author:
GitHub <noreply@…>
Children:
6b66de6b
Parents:
42c2e65 (diff), f87ff8e (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
git-author:
boba-buba <120932204+boba-buba@…> (2023-12-28 13:59:23)
git-committer:
GitHub <noreply@…> (2023-12-28 13:59:23)
Message:

Merge branch 'master' into topic/packet-capture

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/generic/include/proc/thread.h

    r42c2e65 rdc5c303  
    132132        bool fpu_context_exists;
    133133
    134         /*
    135          * Defined only if thread doesn't run.
    136          * It means that fpu context is in CPU that last time executes this
    137          * thread. This disables migration.
    138          */
    139         bool fpu_context_engaged;
    140 
    141134        /* The thread will not be migrated if nomigrate is non-zero. */
    142135        unsigned int nomigrate;
     
    149142        /** Containing task. */
    150143        task_t *task;
    151         /** Thread is wired to CPU. */
    152         bool wired;
    153144        /** Thread was migrated to another CPU and has not run yet. */
    154145        bool stolen;
Note: See TracChangeset for help on using the changeset viewer.