Rev 1185 | Rev 1257 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 1185 | Rev 1201 | ||
|---|---|---|---|
| Line 33... | Line 33... | ||
| 33 | * |
33 | * |
| 34 | * @param t Task to be initialized. |
34 | * @param t Task to be initialized. |
| 35 | */ |
35 | */ |
| 36 | void task_create_arch(task_t *t) |
36 | void task_create_arch(task_t *t) |
| 37 | { |
37 | { |
| 38 | t->arch.iomap = NULL; |
38 | bitmap_initialize(&t->arch.iomap, NULL, 0); |
| 39 | t->arch.iomap_size = 0; |
- | |
| 40 | } |
39 | } |