Changeset 98000fb in mainline for kernel/generic/include/cpu.h
- Timestamp:
- 2009-06-03T19:34:45Z (16 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 301ff30
- Parents:
- 69e68e3
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/generic/include/cpu.h
r69e68e3 r98000fb 52 52 53 53 tlb_shootdown_msg_t tlb_messages[TLB_MESSAGE_QUEUE_LEN]; 54 count_t tlb_messages_count;54 size_t tlb_messages_count; 55 55 56 56 context_t saved_context; … … 58 58 atomic_t nrdy; 59 59 runq_t rq[RQ_COUNT]; 60 volatile count_t needs_relink;60 volatile size_t needs_relink; 61 61 62 62 SPINLOCK_DECLARE(timeoutlock); 63 63 link_t timeout_active_head; 64 64 65 count_t missed_clock_ticks; /**< When system clock loses a tick, it is recorded here65 size_t missed_clock_ticks; /**< When system clock loses a tick, it is recorded here 66 66 so that clock() can react. This variable is 67 67 CPU-local and can be only accessed when interrupts
Note:
See TracChangeset
for help on using the changeset viewer.