Ignore:
Timestamp:
Jul 31, 2017, 1:59:52 PM (7 years ago)
Author:
alain
Message:

Several modifs in the generic scheduler and in the hal_context to
fix the context switch mechanism.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/kernel/syscalls/sys_thread_exit.c

    r60 r296  
    7474
    7575                // deschedule
    76                 sched_yield();
     76                sched_yield( NULL );
    7777            }     
    7878        }
Note: See TracChangeset for help on using the changeset viewer.