Ignore:
Timestamp:
Dec 5, 2017, 4:20:07 PM (6 years ago)
Author:
alain
Message:

Fix several bugs in the fork() syscall.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/hal/tsar_mips32/drivers/soclib_bdv.c

    r407 r408  
    133133    {
    134134        thread_block( CURRENT_THREAD , THREAD_BLOCKED_DEV_ISR );
    135         sched_yield();
     135        sched_yield("blocked on ISR");
    136136
    137137        // the IO operation status is reported in the command by the ISR
Note: See TracChangeset for help on using the changeset viewer.