Changeset 180b106 in rtems


Ignore:
Timestamp:
08/18/11 06:45:35 (12 years ago)
Author:
Sebastian Huber <sebastian.huber@…>
Branches:
4.11, 5, master
Children:
afe0344
Parents:
542ae51
Message:

2011-08-18 Sebastien Bourdeauducq <sebastien.bourdeauducq@…>

PR 1868/lm32

  • irq.c: Bugfix.
Location:
cpukit/score/cpu/lm32
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • cpukit/score/cpu/lm32/ChangeLog

    r542ae51 r180b106  
     12011-08-18      Sebastien Bourdeauducq <sebastien.bourdeauducq@gmail.com>
     2
     3        PR 1868/lm32
     4        * irq.c: Bugfix.
     5
    162011-07-24      Joel Sherrill <joel.sherrill@oarcorp.com>
    27
  • cpukit/score/cpu/lm32/irq.c

    r542ae51 r180b106  
    7979    return;
    8080
    81   if ( _Thread_Dispatch_necessary ) {
    82 
     81  if ( _Thread_Dispatch_necessary && !_Thread_Dispatch_in_critical_section() ) {
    8382    /* save off our stack frame so the context switcher can get to it */
    8483    _exception_stack_frame = ifr;
Note: See TracChangeset for help on using the changeset viewer.