Rev 2028 | Rev 2042 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 2028 | Rev 2029 | ||
|---|---|---|---|
| Line 29... | Line 29... | ||
| 29 | #include <test.h> |
29 | #include <test.h> |
| 30 | #include <mm/slab.h> |
30 | #include <mm/slab.h> |
| 31 | #include <print.h> |
31 | #include <print.h> |
| 32 | #include <proc/thread.h> |
32 | #include <proc/thread.h> |
| 33 | #include <arch.h> |
33 | #include <arch.h> |
| 34 | #include <panic.h> |
- | |
| 35 | #include <memstr.h> |
34 | #include <memstr.h> |
| 36 | 35 | ||
| 37 | #define VAL_COUNT 1024 |
36 | #define VAL_COUNT 1024 |
| 38 | 37 | ||
| 39 | static void * data[VAL_COUNT]; |
38 | static void * data[VAL_COUNT]; |