Rev 2089 | Rev 2227 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 2089 | Rev 2096 | ||
|---|---|---|---|
| Line 34... | Line 34... | ||
| 34 | 34 | ||
| 35 | #ifndef KERN_ARCH_H_ |
35 | #ifndef KERN_ARCH_H_ |
| 36 | #define KERN_ARCH_H_ |
36 | #define KERN_ARCH_H_ |
| 37 | 37 | ||
| 38 | #include <arch/arch.h> |
38 | #include <arch/arch.h> |
| - | 39 | #include <proc/thread.h> |
|
| 39 | #include <proc/task.h> |
40 | #include <proc/task.h> |
| 40 | 41 | ||
| 41 | #define DEFAULT_CONTEXT 0 |
42 | #define DEFAULT_CONTEXT 0 |
| 42 | 43 | ||
| 43 | #define CPU THE->cpu |
44 | #define CPU THE->cpu |