Ignore:
Timestamp:
Sep 21, 2018, 10:26:33 PM (6 years ago)
Author:
nicolas.van.phan@…
Message:

Remove y_max in kernel init barriers

File:
1 edited

Legend:

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

    r557 r560  
    6565 * @ return -1 if error, =0 if the cluster is empty or 1 if the cluster has at least 1 core
    6666 *****************************************************************************************/
    67 int cluster_info_is_active( uint16_t cluster_info );
     67int cluster_info_is_active( uint32_t cluster_info );
     68
     69/******************************************************************************************
     70 * This function gives the total number of active clusters (those who have cores, RAM...)
     71 ******************************************************************************************
     72 * @ cluster_info      : The cluster_info[] entry corresponding to the target cluster
     73 * @ return the number of active clusters
     74 *****************************************************************************************/
     75int cluster_info_nb_actives( uint32_t cluster_info[CONFIG_MAX_CLUSTERS_X][CONFIG_MAX_CLUSTERS_Y] );
    6876
    6977/******************************************************************************************
Note: See TracChangeset for help on using the changeset viewer.