Ignore:
Timestamp:
Oct 8, 2018, 11:31:42 AM (6 years ago)
Author:
alain
Message:

1) Register the kernel process in the cluster manager local list.
2) Introduce a new service in idbg : display the set of busylocks taken by a given thread.

File:
1 edited

Legend:

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

    r564 r580  
    200200    cluster->pmgr.pref_nr = 0;
    201201    cluster->pmgr.pref_tbl[0] = XPTR( local_cxy , &process_zero );
    202     for( lpid = 1 ; lpid < CONFIG_MAX_PROCESS_PER_CLUSTER ; lpid++ )
     202    for( lpid = 0 ; lpid < CONFIG_MAX_PROCESS_PER_CLUSTER ; lpid++ )
    203203    {
    204204        cluster->pmgr.pref_tbl[lpid] = XPTR_NULL;
Note: See TracChangeset for help on using the changeset viewer.