Rev 2027 | Rev 2042 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 2027 | Rev 2029 | ||
|---|---|---|---|
| Line 28... | Line 28... | ||
| 28 | 28 | ||
| 29 | #if (defined(ia32) || defined(amd64) || defined(ia32xen)) |
29 | #if (defined(ia32) || defined(amd64) || defined(ia32xen)) |
| 30 | 30 | ||
| 31 | #include <print.h> |
31 | #include <print.h> |
| 32 | #include <debug.h> |
32 | #include <debug.h> |
| 33 | #include <panic.h> |
- | |
| 34 | 33 | ||
| 35 | #include <test.h> |
34 | #include <test.h> |
| 36 | #include <atomic.h> |
35 | #include <atomic.h> |
| 37 | #include <proc/thread.h> |
36 | #include <proc/thread.h> |
| 38 | #include <time/delay.h> |
37 | #include <time/delay.h> |