Ignore:
Timestamp:
Jul 4, 2012, 2:51:18 PM (12 years ago)
Author:
alain
Message:

Introducing various modifications in kernel initialisation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • soft/giet_vm/libs/barrier.h

    r158 r165  
    1515typedef struct giet_barrier_s {
    1616    char                name[32];       // barrier name
    17     unsigned int        init;           // total number of participants
    18     unsigned int        count;          // number of not yet arrived tasks
    19 } giet_barrier_t
     17    unsigned int        init;   // total number of participants
     18    unsigned int        count;  // number of not yet arrived tasks
     19} giet_barrier_t;
    2020
    2121//////////////////////////////////////////////////////////////////////////////
    22 //  MWMR access functions
     22//  access functions
    2323//////////////////////////////////////////////////////////////////////////////
    2424
Note: See TracChangeset for help on using the changeset viewer.