Rev 1104 | Rev 1264 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 1104 | Rev 1196 | ||
|---|---|---|---|
| Line 33... | Line 33... | ||
| 33 | #include <synch/spinlock.h> |
33 | #include <synch/spinlock.h> |
| 34 | #include <synch/waitq.h> |
34 | #include <synch/waitq.h> |
| 35 | #include <func.h> |
35 | #include <func.h> |
| 36 | #include <proc/scheduler.h> |
36 | #include <proc/scheduler.h> |
| 37 | #include <cpu.h> |
37 | #include <cpu.h> |
| 38 | #include <print.h> |
- | |
| 39 | #include <arch.h> |
38 | #include <arch.h> |
| 40 | #include <adt/list.h> |
39 | #include <adt/list.h> |
| 41 | #include <atomic.h> |
40 | #include <atomic.h> |
| 42 | #include <proc/thread.h> |
41 | #include <proc/thread.h> |
| 43 | 42 | ||