Changeset 406 for trunk/kernel/kern/cluster.c
- Timestamp:
- Aug 29, 2017, 12:03:37 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/kernel/kern/cluster.c
r374 r406 82 82 spinlock_init( &cluster->kcm_lock ); 83 83 84 cluster_dmsg("\n[ INFO] %s for cluster %x enters\n",84 cluster_dmsg("\n[DMSG] %s for cluster %x enters\n", 85 85 __FUNCTION__ , local_cxy ); 86 86 … … 102 102 } 103 103 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", 105 105 __FUNCTION__ , local_cxy , hal_get_cycles() ); 106 106 … … 108 108 khm_init( &cluster->khm ); 109 109 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", 111 111 __FUNCTION__ , local_cxy , hal_get_cycles() ); 112 112 … … 114 114 kcm_init( &cluster->kcm , KMEM_KCM ); 115 115 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", 117 117 __FUNCTION__ , local_cxy , hal_get_cycles() ); 118 118 … … 125 125 } 126 126 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", 128 128 __FUNCTION__ , local_cxy , hal_get_cycles() ); 129 129 … … 132 132 cluster->rpc_threads = 0; 133 133 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", 135 135 __FUNCTION__ , local_cxy , hal_get_cycles() ); 136 136 … … 157 157 } 158 158 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", 160 160 __FUNCTION__ , local_cxy , hal_get_cycles() ); 161 161
Note: See TracChangeset
for help on using the changeset viewer.