- 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
- Location:
- include
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
include/fpu_context.h
r6ba143d r6a27d63 11 11 extern void fpu_lazy_context_save(fpu_context_t *); 12 12 extern void fpu_lazy_context_restore(fpu_context_t *); 13 13 extern void fpu_init(void); 14 14 15 15 -
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.