Ignore:
Timestamp:
Jul 27, 2017, 12:23:29 AM (7 years ago)
Author:
alain
Message:

1) Introduce independant command fields for the various devices in the thread descriptor.
2) Introduce a new dev_pic_enable_ipi() function in the generic PIC device
3) Fix two bugs identified by Maxime in the scheduler initialisation, and in the sched_select().
4) fix several bugs in the TSAR hal_kentry.S.
5) Introduce a third kgiet segment (besides kdata and kcode) in the TSAR bootloader.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/kernel/kern/core.c

    r188 r279  
    5050        core->usage             = 0;
    5151        core->spurious_irqs     = 0;
    52     core->rpc_threads       = 0;
    5352        core->thread_idle       = NULL;
    5453        core->fpu_owner         = NULL;
Note: See TracChangeset for help on using the changeset viewer.