Changeset bb4c9fca in mainline


Ignore:
Timestamp:
2012-07-03T20:05:18Z (12 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
5e4f22b
Parents:
72e1d6eb
Message:

Reverse the condition which ends the loop in cross_call().

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/arch/sparc64/src/smp/sun4u/ipi.c

    r72e1d6eb rbb4c9fca  
    124124                        (void) interrupts_disable();
    125125                }
    126         } while (done);
     126        } while (!done);
    127127       
    128128        preemption_enable();
Note: See TracChangeset for help on using the changeset viewer.