Changeset bd48f4c in mainline for kernel/generic/src/proc/scheduler.c


Ignore:
Timestamp:
2010-07-12T10:53:30Z (15 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
bd11d3e
Parents:
c40e6ef (diff), bee2d4c (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge mainline changes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/generic/src/proc/scheduler.c

    rc40e6ef rbd48f4c  
    455455                        irq_spinlock_unlock(&THREAD->sleep_queue->lock, false);
    456456                       
    457                         /*
    458                          * Check for possible requests for out-of-context
    459                          * invocation.
    460                          *
    461                          */
    462                         if (THREAD->call_me) {
    463                                 THREAD->call_me(THREAD->call_me_with);
    464                                 THREAD->call_me = NULL;
    465                                 THREAD->call_me_with = NULL;
    466                         }
    467                        
    468457                        irq_spinlock_unlock(&THREAD->lock, false);
    469                        
    470458                        break;
    471459               
Note: See TracChangeset for help on using the changeset viewer.