Rev 4342 | Rev 4345 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 4342 | Rev 4343 | ||
|---|---|---|---|
| Line 101... | Line 101... | ||
| 101 | 101 | ||
| 102 | void arch_post_smp_init(void) |
102 | void arch_post_smp_init(void) |
| 103 | { |
103 | { |
| 104 | static thread_t *t = NULL; |
104 | static thread_t *t = NULL; |
| 105 | 105 | ||
| 106 | - | ||
| 107 | if (!t) { |
106 | if (!t) { |
| 108 | /* |
107 | /* |
| 109 | * Create thread that polls keyboard. |
108 | * Create thread that polls keyboard. |
| 110 | */ |
109 | */ |
| 111 | t = thread_create(kkbdpoll, NULL, TASK, 0, "kkbdpoll", true); |
110 | t = thread_create(kkbdpoll, NULL, TASK, 0, "kkbdpoll", true); |