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/devices/dev_ioc.c

    r279 r296  
    8181
    8282    // start server thread
     83    thread_block( new_thread , THREAD_BLOCKED_DEV_QUEUE );
    8384    thread_unblock( XPTR( local_cxy , new_thread ) , THREAD_BLOCKED_GLOBAL );
    8485
     
    192193    dev_pic_disable_irq( lid , ioc_xp );
    193194
    194     ioc_dmsg("\n[INFO] %s : coucou 3\n",
    195              __FUNCTION__ );
    196 
    197195    // call driver function
    198196    cmd( XPTR( local_cxy , this ) );
Note: See TracChangeset for help on using the changeset viewer.