Changeset b52da8d7 in mainline for include/cpu.h
- Timestamp:
- 2005-08-29T11:57:26Z (20 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- c245372b
- Parents:
- 229d5fc1
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
include/cpu.h
r229d5fc1 rb52da8d7 31 31 32 32 #include <arch/cpu.h> 33 #include <proc/thread.h>34 #include <proc/task.h>35 33 #include <proc/scheduler.h> 36 #include <time/clock.h>37 34 #include <synch/spinlock.h> 38 35 #include <synch/waitq.h> … … 41 38 #include <arch/context.h> 42 39 #include <config.h> 40 #include <list.h> 43 41 44 42 #define CPU_STACK_SIZE STACK_SIZE
Note:
See TracChangeset
for help on using the changeset viewer.