Changeset 4f84ee42 in mainline
- Timestamp:
- 2023-02-25T13:16:15Z (2 years ago)
- Branches:
- master, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 65f3117
- Parents:
- c7326f21
- git-author:
- Jiří Zárevúcky <zarevucky.jiri@…> (2023-02-25 13:13:36)
- git-committer:
- Jiří Zárevúcky <zarevucky.jiri@…> (2023-02-25 13:16:15)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/generic/include/synch/spinlock.h
rc7326f21 r4f84ee42 135 135 static inline bool spinlock_trylock(spinlock_t *l) 136 136 { 137 preemption_disable(); 137 138 return true; 138 139 }
Note:
See TracChangeset
for help on using the changeset viewer.