Changeset 6a27d63 in mainline for include/proc/thread.h
- Timestamp:
- 2005-05-11T21:53:09Z (20 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- c884ef1
- Parents:
- 6ba143d
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
include/proc/thread.h
r6ba143d r6a27d63 75 75 context_t sleep_timeout_context; 76 76 fpu_context_t saved_fpu_context; 77 int fpu_context_exists; 78 int fpu_context_engaged; /* Defined only if thread doesn't run. It means that fpu context is in CPU 79 that last time executes this thread. This disables migration */ 77 80 78 81
Note:
See TracChangeset
for help on using the changeset viewer.