Rev 1576 | Rev 1659 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 1576 | Rev 1581 | ||
|---|---|---|---|
| Line 106... | Line 106... | ||
| 106 | } |
106 | } |
| 107 | else { |
107 | else { |
| 108 | panic("thread_create/kmp\n"); |
108 | panic("thread_create/kmp\n"); |
| 109 | } |
109 | } |
| 110 | thread_join(t); |
110 | thread_join(t); |
| - | 111 | thread_detach(t); |
|
| 111 | } |
112 | } |
| 112 | #endif /* CONFIG_SMP */ |
113 | #endif /* CONFIG_SMP */ |
| 113 | /* |
114 | /* |
| 114 | * Now that all CPUs are up, we can report what we've found. |
115 | * Now that all CPUs are up, we can report what we've found. |
| 115 | */ |
116 | */ |