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.c

    r5 r14  
    2424 */
    2525
    26 #include <almos_config.h>
     26#include <kernel_config.h>
    2727#include <hal_types.h>
    2828#include <hal_atomic.h>
     
    3535#include <list.h>
    3636#include <cluster.h>
    37 #include <sysfs.h>
    3837#include <boot_info.h>
    3938#include <bits.h>
     
    4342#include <process.h>
    4443#include <dqdt.h>
     44
     45// TODO #include <sysfs.h>
    4546
    4647///////////////////////////////////////////////////////////////////////////////////////////
     
    134135    hal_wbflush();
    135136
    136     // wait all clusters initialised on barrier located in cluster_io
    137     remote_barrier( XPTR( cluster->io_cxy , &cluster->barrier ) ,
    138                     cluster->x_size * cluster->y_size );
    139 
    140137        return 0;
    141138} // end cluster_init()
Note: See TracChangeset for help on using the changeset viewer.