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