Changeset 7f043c0 in mainline for kernel/arch/ia32/src/ddi
- Timestamp:
- 2007-05-31T21:39:13Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 7bb0c32
- Parents:
- d8431986
- File:
-
- 1 edited
-
kernel/arch/ia32/src/ddi/ddi.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/ia32/src/ddi/ddi.c
rd8431986 r7f043c0 126 126 if ((bits = TASK->arch.iomap.bits)) { 127 127 bitmap_t iomap; 128 task_t *task = TASK; 128 129 129 130 ASSERT(TASK->arch.iomap.map); 130 131 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); 132 133 /* 133 134 * It is safe to set the trailing eight bits because of the extra
Note:
See TracChangeset
for help on using the changeset viewer.
