Changeset 296 for trunk/kernel/mm/page.c


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/mm/page.c

    r238 r296  
    181181                // deschedule the calling thread
    182182                thread_block( thread , THREAD_BLOCKED_PAGE );
    183                 sched_yield();
     183                sched_yield( NULL );
    184184        }
    185185        else                                    // page is not locked
Note: See TracChangeset for help on using the changeset viewer.