Changeset 11928d5 in mainline for arch/ia32/src/proc/scheduler.c
- Timestamp:
- 2006-04-28T14:32:44Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- a98cdc7
- Parents:
- 040e4e9
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
arch/ia32/src/proc/scheduler.c
r040e4e9 r11928d5 37 37 #include <arch/asm.h> 38 38 #include <adt/bitmap.h> 39 #include <print.h> 39 40 40 41 /** Perform ia32 specific tasks needed before the new task is run. … … 56 57 if ((bits = TASK->arch.iomap.bits)) { 57 58 bitmap_t iomap; 58 59 59 60 ASSERT(TASK->arch.iomap.map); 60 61 bitmap_initialize(&iomap, CPU->arch.tss->iomap, TSS_IOMAP_SIZE * 8);
Note:
See TracChangeset
for help on using the changeset viewer.