Ignore:
Timestamp:
Aug 29, 2017, 12:03:37 PM (7 years ago)
Author:
alain
Message:

This version executed successfully the user "init" process on a mono-processor TSAR architecture.

File:
1 edited

Legend:

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

    r374 r406  
    8282        spinlock_init( &cluster->kcm_lock );
    8383
    84     cluster_dmsg("\n[INFO] %s for cluster %x enters\n",
     84    cluster_dmsg("\n[DMSG] %s for cluster %x enters\n",
    8585                 __FUNCTION__ , local_cxy );
    8686
     
    102102    }
    103103
    104     cluster_dmsg("\n[INFO] %s : PPM initialized in cluster %x at cycle %d\n",
     104    cluster_dmsg("\n[DMSG] %s : PPM initialized in cluster %x at cycle %d\n",
    105105                 __FUNCTION__ , local_cxy , hal_get_cycles() );
    106106
     
    108108        khm_init( &cluster->khm );
    109109
    110     cluster_dmsg("\n[INFO] %s : KHM initialized in cluster %x at cycle %d\n",
     110    cluster_dmsg("\n[DMSG] %s : KHM initialized in cluster %x at cycle %d\n",
    111111                 __FUNCTION__ , local_cxy , hal_get_cycles() );
    112112
     
    114114        kcm_init( &cluster->kcm , KMEM_KCM );
    115115
    116     cluster_dmsg("\n[INFO] %s : KCM initialized in cluster %x at cycle %d\n",
     116    cluster_dmsg("\n[DMSG] %s : KCM initialized in cluster %x at cycle %d\n",
    117117                 __FUNCTION__ , local_cxy , hal_get_cycles() );
    118118
     
    125125        }
    126126
    127     cluster_dmsg("\n[INFO] %s : cores initialized in cluster %x at cycle %d\n",
     127    cluster_dmsg("\n[DMSG] %s : cores initialized in cluster %x at cycle %d\n",
    128128                 __FUNCTION__ , local_cxy , hal_get_cycles() );
    129129
     
    132132    cluster->rpc_threads = 0;
    133133
    134     cluster_dmsg("\n[INFO] %s : RPC fifo inialized in cluster %x at cycle %d\n",
     134    cluster_dmsg("\n[DMSG] %s : RPC fifo inialized in cluster %x at cycle %d\n",
    135135                 __FUNCTION__ , local_cxy , hal_get_cycles() );
    136136
     
    157157    }
    158158
    159     cluster_dmsg("\n[INFO] %s Process Manager initialized in cluster %x at cycle %d\n",
     159    cluster_dmsg("\n[DMSG] %s Process Manager initialized in cluster %x at cycle %d\n",
    160160                 __FUNCTION__ , local_cxy , hal_get_cycles() );
    161161
Note: See TracChangeset for help on using the changeset viewer.