Changeset 06f81c4 in mainline for kernel/generic/include
- Timestamp:
- 2023-04-16T13:00:39Z (2 years ago)
- Branches:
- master, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- d8581611, f3dbe27
- Parents:
- fbaf6ac
- git-author:
- Jiří Zárevúcky <zarevucky.jiri@…> (2023-03-28 16:21:30)
- git-committer:
- Jiří Zárevúcky <zarevucky.jiri@…> (2023-04-16 13:00:39)
- Location:
- kernel/generic/include
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/generic/include/cpu.h
rfbaf6ac r06f81c4 97 97 cpu_arch_t arch; 98 98 99 #ifdef CONFIG_FPU_LAZY 99 100 IRQ_SPINLOCK_DECLARE(fpu_lock); 100 101 struct thread *fpu_owner; 102 #endif 101 103 102 104 /** -
kernel/generic/include/proc/thread.h
rfbaf6ac r06f81c4 132 132 bool fpu_context_exists; 133 133 134 /*135 * Defined only if thread doesn't run.136 * It means that fpu context is in CPU that last time executes this137 * thread. This disables migration.138 */139 bool fpu_context_engaged;140 141 134 /* The thread will not be migrated if nomigrate is non-zero. */ 142 135 unsigned int nomigrate;
Note:
See TracChangeset
for help on using the changeset viewer.