Changeset 7f043c0 in mainline for kernel/arch/ia32/src/ddi


Ignore:
Timestamp:
2007-05-31T21:39:13Z (19 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
7bb0c32
Parents:
d8431986
Message:

fix ICC compilation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/arch/ia32/src/ddi/ddi.c

    rd8431986 r7f043c0  
    126126        if ((bits = TASK->arch.iomap.bits)) {
    127127                bitmap_t iomap;
     128                task_t *task = TASK;
    128129       
    129130                ASSERT(TASK->arch.iomap.map);
    130131                bitmap_initialize(&iomap, CPU->arch.tss->iomap, TSS_IOMAP_SIZE * 8);
    131                 bitmap_copy(&iomap, &TASK->arch.iomap, TASK->arch.iomap.bits);
     132                bitmap_copy(&iomap, &task->arch.iomap, task->arch.iomap.bits);
    132133                /*
    133134                 * It is safe to set the trailing eight bits because of the extra
Note: See TracChangeset for help on using the changeset viewer.