Changeset aae365bc in mainline for kernel/generic/include/cpu.h
- Timestamp:
- 2018-11-07T21:11:52Z (6 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- d19b3fc
- Parents:
- 947ab77e
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/generic/include/cpu.h
r947ab77e raae365bc 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> … … 104 103 list_t smp_pending_calls; 105 104 106 /** RCU per-cpu data. Uses own locking. */107 rcu_cpu_data_t rcu;108 109 105 /** 110 106 * Stack used by scheduler when there is no running thread.
Note:
See TracChangeset
for help on using the changeset viewer.