Ignore:
Timestamp:
Jun 29, 2018, 10:44:14 AM (6 years ago)
Author:
alain
Message:

Fix a bug in function sched_handle_signal():
When the deleted user thread is the last executed thread,
the sched->u_last field must be updated to point on another user thread.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/kernel/libk/list.h

    r440 r450  
    5353/***************************************************************************
    5454 * This structure defines a Double Circular Linked List entry.
    55  * Note : The list root is an extra list-entry_t, that is NOT part of the
    56  *        set of linked elements.
     55 * Note : The list root is an extra list-entry_t, that is NOT part
     56 *            of the set of linked elements.
    5757 **************************************************************************/
    5858
Note: See TracChangeset for help on using the changeset viewer.