Changeset d19b3fc in mainline for kernel/generic/include/cpu.h
- Timestamp:
- 2018-11-07T22:29:27Z (6 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- ef4218f
- Parents:
- aae365bc
- git-author:
- Jakub Jermar <jakub@…> (2018-11-07 21:38:15)
- git-committer:
- Jakub Jermar <jakub@…> (2018-11-07 22:29:27)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/generic/include/cpu.h
raae365bc rd19b3fc 98 98 99 99 /** 100 * SMP calls to invoke on this CPU.101 */102 SPINLOCK_DECLARE(smp_calls_lock);103 list_t smp_pending_calls;104 105 /**106 100 * Stack used by scheduler when there is no running thread. 107 101 */
Note:
See TracChangeset
for help on using the changeset viewer.