Rev 2799 | Rev 2805 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 2799 | Rev 2801 | ||
|---|---|---|---|
| Line 201... | Line 201... | ||
| 201 | /** Architecture-specific data. */ |
201 | /** Architecture-specific data. */ |
| 202 | thread_arch_t arch; |
202 | thread_arch_t arch; |
| 203 | 203 | ||
| 204 | /** Thread's kernel stack. */ |
204 | /** Thread's kernel stack. */ |
| 205 | uint8_t *kstack; |
205 | uint8_t *kstack; |
| - | 206 | ||
| - | 207 | /** Debugging stuff */ |
|
| - | 208 | waitq_t go_wq; |
|
| 206 | } thread_t; |
209 | } thread_t; |
| 207 | 210 | ||
| 208 | /** Thread list lock. |
211 | /** Thread list lock. |
| 209 | * |
212 | * |
| 210 | * This lock protects the threads_tree. |
213 | * This lock protects the threads_tree. |