Changeset 337 for trunk/kernel/kern/kernel_init.c
- Timestamp:
- Aug 7, 2017, 12:50:17 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/kernel/kern/kernel_init.c
r317 r337 205 205 } 206 206 } 207 208 kinit_dmsg("\n[INFO] %s created TXT0 chdev in cluster %x at cycle %d\n",209 __FUNCTION__ , local_cxy , (uint32_t)hal_time_stamp() );210 207 } 211 208 } // end loop on devices … … 276 273 } 277 274 278 kinit_dmsg("\n[INFO] %s created MMC in cluster %x / chdev = %x\n",275 kinit_dmsg("\n[INFO] %s : created MMC in cluster %x / chdev = %x\n", 279 276 __FUNCTION__ , channel , local_cxy , chdev_ptr ); 280 277 } … … 302 299 chdev_dir.dma[channel] = XPTR( local_cxy , chdev_ptr ); 303 300 304 kinit_dmsg("\n[INFO] %s created DMA[%d] in cluster %x / chdev = %x\n",301 kinit_dmsg("\n[INFO] %s : created DMA[%d] in cluster %x / chdev = %x\n", 305 302 __FUNCTION__ , channel , local_cxy , chdev_ptr ); 306 303 } … … 434 431 } 435 432 436 kinit_dmsg("\n[INFO] %s create chdev %s[%d] in cluster %x / chdev = %x\n",433 kinit_dmsg("\n[INFO] %s : create chdev %s[%d] in cluster %x / chdev = %x\n", 437 434 __FUNCTION__ , chdev_func_str( func ), channel , local_cxy , chdev ); 438 435 … … 1022 1019 // Each CP0 get the "dev" and "external" extended pointers from 1023 1020 // values stored in cluster IO. 1024 // Then CP0 in cluster(i) creates the DEVFS "internal directory,1021 // Then each CP0 in cluster(i) creates the DEVFS "internal directory, 1025 1022 // and creates the pseudo-files for all chdevs in cluster (i). 1026 1023 ///////////////////////////////////////////////////////////////////////////////// … … 1054 1051 kinit_dmsg("\n[INFO] %s : exit barrier 7 : dev_root = %l in cluster 0 / cycle %d\n", 1055 1052 __FUNCTION__, devfs_dev_inode_xp , hal_time_stamp() ); 1056 1057 #if CONFIG_KINIT_DEBUG1058 vfs_display( vfs_root_inode_xp );1059 #endif1060 1053 1061 1054 /////////////////////////////////////////////////////////////////////////////////
Note: See TracChangeset
for help on using the changeset viewer.