Ignore:
Timestamp:
May 3, 2017, 1:23:24 PM (7 years ago)
Author:
alain
Message:

Bugs fix.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/kernel/kern/cluster.h

    r5 r14  
    2727#define _CLUSTER_H_
    2828
    29 #include <almos_config.h>
     29#include <kernel_config.h>
    3030#include <hal_types.h>
    3131#include <bits.h>
     
    9797{
    9898        spinlock_t        kcm_lock;           /*! local, protect creation of KCM allocators   */
    99     remote_barrier_t  barrier;            /*! used to synchronize kernel parallel init    */
    10099
    101100    // global parameters
     
    137136
    138137        char              name[CONFIG_SYSFS_NAME_LEN]; 
    139         sysfs_entry_t     node;
     138
     139//      sysfs_entry_t     node;
    140140}
    141141cluster_t;
Note: See TracChangeset for help on using the changeset viewer.