Rev 1839 | Rev 1880 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 1839 | Rev 1864 | ||
|---|---|---|---|
| Line 218... | Line 218... | ||
| 218 | USTACK_ADDRESS, AS_AREA_ATTR_NONE, &anon_backend, NULL); |
218 | USTACK_ADDRESS, AS_AREA_ATTR_NONE, &anon_backend, NULL); |
| 219 | 219 | ||
| 220 | /* |
220 | /* |
| 221 | * Create the main thread. |
221 | * Create the main thread. |
| 222 | */ |
222 | */ |
| 223 | t1 = thread_create(uinit, kernel_uarg, task, 0, "uinit"); |
223 | t1 = thread_create(uinit, kernel_uarg, task, THREAD_FLAG_USPACE, "uinit"); |
| 224 | ASSERT(t1); |
224 | ASSERT(t1); |
| 225 | 225 | ||
| 226 | /* |
226 | /* |
| 227 | * Create killer thread for the new task. |
227 | * Create killer thread for the new task. |
| 228 | */ |
228 | */ |