Changeset 1084a784 in mainline for include/arch.h
- Timestamp:
- 2005-10-04T22:09:41Z (20 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 342de62
- Parents:
- 8e3f47b3
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
include/arch.h
r8e3f47b3 r1084a784 37 37 #include <arch/asm.h> 38 38 39 #include <proc/thread.h>40 #include <proc/task.h>41 42 39 #define CPU THE->cpu 43 40 #define THREAD THE->thread 44 41 #define TASK THE->task 42 #define VM THE->vm 45 43 #define PREEMPTION_DISABLED THE->preemption_disabled 46 44 … … 59 57 task_t *task; /* current task */ 60 58 cpu_t *cpu; /* executing cpu */ 59 vm_t *vm; /* current vm */ 61 60 }; 62 61
Note:
See TracChangeset
for help on using the changeset viewer.