Rev 1077 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 1077 | Rev 1104 | ||
|---|---|---|---|
| Line 30... | Line 30... | ||
| 30 | #include <print.h> |
30 | #include <print.h> |
| 31 | #include <debug.h> |
31 | #include <debug.h> |
| 32 | #include <panic.h> |
32 | #include <panic.h> |
| 33 | 33 | ||
| 34 | #include <test.h> |
34 | #include <test.h> |
| 35 | #include <arch/atomic.h> |
35 | #include <atomic.h> |
| 36 | #include <proc/thread.h> |
36 | #include <proc/thread.h> |
| 37 | 37 | ||
| 38 | #include <arch.h> |
38 | #include <arch.h> |
| 39 | 39 | ||
| 40 | #define THREADS 5 |
40 | #define THREADS 5 |