Changeset 2ee1ccc in mainline for kernel/generic/include/cpu.h
- Timestamp:
- 2012-07-01T05:18:27Z (13 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- d71331b
- Parents:
- 49e6c6b4
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/generic/include/cpu.h
r49e6c6b4 r2ee1ccc 94 94 95 95 /** 96 * SMP calls to invoke on this CPU. 97 */ 98 SPINLOCK_DECLARE(smp_calls_lock); 99 list_t smp_pending_calls; 100 101 /** 96 102 * Stack used by scheduler when there is no running thread. 97 103 */
Note:
See TracChangeset
for help on using the changeset viewer.