Changeset f3dbe27 in mainline for kernel/generic/include/cpu.h
- Timestamp:
- 2023-04-18T17:33:02Z (19 months ago)
- Branches:
- master, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 117ad5a2
- Parents:
- 06f81c4
- git-author:
- Jiří Zárevúcky <zarevucky.jiri@…> (2023-04-18 17:27:32)
- git-committer:
- Jiří Zárevúcky <zarevucky.jiri@…> (2023-04-18 17:33:02)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/generic/include/cpu.h
r06f81c4 rf3dbe27 98 98 99 99 #ifdef CONFIG_FPU_LAZY 100 /* For synchronization between FPU trap and thread destructor. */ 100 101 IRQ_SPINLOCK_DECLARE(fpu_lock); 101 struct thread *fpu_owner;102 102 #endif 103 _Atomic(struct thread *) fpu_owner; 103 104 104 105 /**
Note:
See TracChangeset
for help on using the changeset viewer.