Ignore:
Timestamp:
Aug 7, 2017, 12:50:17 PM (7 years ago)
Author:
alain
Message:

Introduce the delayed context switch if current thread has a lock.

File:
1 edited

Legend:

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

    r317 r337  
    205205                }
    206206            }
    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() );
    210207        }
    211208        } // end loop on devices
     
    276273            }
    277274
    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",
    279276                       __FUNCTION__ , channel , local_cxy , chdev_ptr );
    280277        }
     
    302299                chdev_dir.dma[channel] = XPTR( local_cxy , chdev_ptr );
    303300
    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",
    305302                           __FUNCTION__ , channel , local_cxy , chdev_ptr );
    306303            }
     
    434431                    }
    435432
    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",
    437434                    __FUNCTION__ , chdev_func_str( func ), channel , local_cxy , chdev );
    438435
     
    10221019    //          Each CP0 get the "dev" and "external" extended pointers from
    10231020    //          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,
    10251022    //          and creates the pseudo-files for all chdevs in cluster (i).
    10261023    /////////////////////////////////////////////////////////////////////////////////
     
    10541051    kinit_dmsg("\n[INFO] %s : exit barrier 7 : dev_root = %l in cluster 0 / cycle %d\n",
    10551052    __FUNCTION__, devfs_dev_inode_xp , hal_time_stamp() );
    1056 
    1057     #if CONFIG_KINIT_DEBUG
    1058     vfs_display( vfs_root_inode_xp );
    1059     #endif
    10601053
    10611054    /////////////////////////////////////////////////////////////////////////////////
Note: See TracChangeset for help on using the changeset viewer.