Changeset 1a5fe4f in mainline for kernel/generic/include/cpu.h
- Timestamp:
- 2018-11-09T18:09:55Z (6 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 1892d2c
- Parents:
- 3875f106 (diff), ef4218f (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - git-author:
- Jakub Jermář <jakub@…> (2018-11-09 18:09:55)
- git-committer:
- GitHub <noreply@…> (2018-11-09 18:09:55)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/generic/include/cpu.h
r3875f106 r1a5fe4f 38 38 #include <mm/tlb.h> 39 39 #include <synch/spinlock.h> 40 #include <synch/rcu_types.h>41 40 #include <proc/scheduler.h> 42 41 #include <arch/cpu.h> … … 99 98 100 99 /** 101 * SMP calls to invoke on this CPU.102 */103 SPINLOCK_DECLARE(smp_calls_lock);104 list_t smp_pending_calls;105 106 /** RCU per-cpu data. Uses own locking. */107 rcu_cpu_data_t rcu;108 109 /**110 100 * Stack used by scheduler when there is no running thread. 111 101 */
Note:
See TracChangeset
for help on using the changeset viewer.