Rev 2801 | Rev 2817 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 2801 | Rev 2805 | ||
|---|---|---|---|
| Line 204... | Line 204... | ||
| 204 | /** Thread's kernel stack. */ |
204 | /** Thread's kernel stack. */ |
| 205 | uint8_t *kstack; |
205 | uint8_t *kstack; |
| 206 | 206 | ||
| 207 | /** Debugging stuff */ |
207 | /** Debugging stuff */ |
| 208 | waitq_t go_wq; |
208 | waitq_t go_wq; |
| - | 209 | unative_t syscall_args[6]; |
|
| 209 | } thread_t; |
210 | } thread_t; |
| 210 | 211 | ||
| 211 | /** Thread list lock. |
212 | /** Thread list lock. |
| 212 | * |
213 | * |
| 213 | * This lock protects the threads_tree. |
214 | * This lock protects the threads_tree. |