Rev 3425 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 3425 | Rev 3431 | ||
|---|---|---|---|
| Line 203... | Line 203... | ||
| 203 | thread_arch_t arch; |
203 | thread_arch_t arch; |
| 204 | 204 | ||
| 205 | /** Thread's kernel stack. */ |
205 | /** Thread's kernel stack. */ |
| 206 | uint8_t *kstack; |
206 | uint8_t *kstack; |
| 207 | 207 | ||
| - | 208 | #ifdef CONFIG_UDEBUG |
|
| 208 | /** Debugging stuff */ |
209 | /** Debugging stuff */ |
| 209 | udebug_thread_t udebug; |
210 | udebug_thread_t udebug; |
| - | 211 | #endif |
|
| - | 212 | ||
| 210 | } thread_t; |
213 | } thread_t; |
| 211 | 214 | ||
| 212 | /** Thread list lock. |
215 | /** Thread list lock. |
| 213 | * |
216 | * |
| 214 | * This lock protects the threads_tree. |
217 | * This lock protects the threads_tree. |