Changeset 169815e in mainline for kernel/generic/include/cpu.h
- Timestamp:
- 2023-04-16T12:22:00Z (20 months ago)
- Branches:
- master, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- fbaf6ac
- Parents:
- b2ec5cf
- git-author:
- Jiří Zárevúcky <zarevucky.jiri@…> (2023-04-16 12:14:09)
- git-committer:
- Jiří Zárevúcky <zarevucky.jiri@…> (2023-04-16 12:22:00)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/generic/include/cpu.h
rb2ec5cf r169815e 51 51 */ 52 52 typedef struct cpu { 53 IRQ_SPINLOCK_DECLARE( lock);53 IRQ_SPINLOCK_DECLARE(tlb_lock); 54 54 55 55 tlb_shootdown_msg_t tlb_messages[TLB_MESSAGE_QUEUE_LEN]; … … 97 97 cpu_arch_t arch; 98 98 99 IRQ_SPINLOCK_DECLARE(fpu_lock); 99 100 struct thread *fpu_owner; 100 101
Note:
See TracChangeset
for help on using the changeset viewer.