Changeset cb4b61d in mainline for arch/ia32/src/pm.c


Ignore:
Timestamp:
2005-04-17T18:09:26Z (20 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
7eade45
Parents:
2968fe29
Message:

Added before_thread_runs() to cope with TSS of user space tasks.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • arch/ia32/src/pm.c

    r2968fe29 rcb4b61d  
    6666struct tss *tss_p = NULL;
    6767
    68 /* gdtr changes everytime new CPU is initialized */
     68/* gdtr is changed by kmp before next CPU is initialized */
    6969struct ptr_16_32 gdtr __attribute__ ((section ("K_DATA_START"))) = { .limit = sizeof(gdt), .base = (__address) gdt };
    7070struct ptr_16_32 idtr __attribute__ ((section ("K_DATA_START")))= { .limit = sizeof(idt), .base = (__address) idt };
Note: See TracChangeset for help on using the changeset viewer.