Changeset d1e414c in mainline for generic/include/cpu.h
- Timestamp:
- 2006-03-15T00:51:25Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 91d5ad6
- Parents:
- 51cc6bf6
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
generic/include/cpu.h
r51cc6bf6 rd1e414c 39 39 #include <config.h> 40 40 #include <adt/list.h> 41 #include <mm/tlb.h> 41 42 42 43 #define CPU_STACK_SIZE STACK_SIZE … … 49 50 SPINLOCK_DECLARE(lock); 50 51 52 tlb_shootdown_msg_t tlb_messages[TLB_MESSAGE_QUEUE_LEN]; 53 count_t tlb_messages_count; 54 51 55 context_t saved_context; 52 56
Note:
See TracChangeset
for help on using the changeset viewer.