Changeset 11928d5 in mainline for arch/ia32/src/proc/scheduler.c


Ignore:
Timestamp:
2006-04-28T14:32:44Z (19 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
a98cdc7
Parents:
040e4e9
Message:

Fix BITS2BYTES macro to return 0 when passed 0 as argument.
Fix ia32 TSS segment granularity to be 0.
Fix ia32 and amd64 initial TSS limit to be 103.
Little textual changes here and there.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • arch/ia32/src/proc/scheduler.c

    r040e4e9 r11928d5  
    3737#include <arch/asm.h>
    3838#include <adt/bitmap.h>
     39#include <print.h>
    3940
    4041/** Perform ia32 specific tasks needed before the new task is run.
     
    5657        if ((bits = TASK->arch.iomap.bits)) {
    5758                bitmap_t iomap;
    58 
     59       
    5960                ASSERT(TASK->arch.iomap.map);
    6061                bitmap_initialize(&iomap, CPU->arch.tss->iomap, TSS_IOMAP_SIZE * 8);
Note: See TracChangeset for help on using the changeset viewer.