Rev 3907 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 3907 | Rev 4227 | ||
|---|---|---|---|
| Line 34... | Line 34... | ||
| 34 | #include <proc/thread.h> |
34 | #include <proc/thread.h> |
| 35 | #include <time/delay.h> |
35 | #include <time/delay.h> |
| 36 | 36 | ||
| 37 | #include <arch.h> |
37 | #include <arch.h> |
| 38 | 38 | ||
| 39 | char *test_mips1(bool quiet) |
39 | char *test_mips1(void) |
| 40 | { |
40 | { |
| 41 | if (!quiet) |
- | |
| 42 | printf("If kconsole is compiled in, you should enter debug mode now.\n"); |
41 | TPRINTF("If kconsole is compiled in, you should enter debug mode now.\n"); |
| 43 | 42 | ||
| 44 | asm volatile ( |
43 | asm volatile ( |
| 45 | "break\n" |
44 | "break\n" |
| 46 | ); |
45 | ); |
| 47 | 46 | ||