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/syscalls/sys_thread_sleep.c

    r296 r406  
    3232    thread_t * this = CURRENT_THREAD;
    3333
    34     thread_dmsg("\n[INFO] %s : thread %x in process %x goes to sleep at cycle %d\n",
     34    thread_dmsg("\n[DMSG] %s : thread %x in process %x goes to sleep at cycle %d\n",
    3535                __FUNCTION__, this->trdid, this->process->pid, hal_get_cycles() );
    3636
     
    3838    sched_yield( NULL );
    3939
    40     thread_dmsg("\n[INFO] %s : thread %x in process %x resume at cycle\n",
     40    thread_dmsg("\n[DMSG] %s : thread %x in process %x resume at cycle\n",
    4141                __FUNCTION__, this->trdid, this->process->pid, hal_get_cycles() );
    4242
Note: See TracChangeset for help on using the changeset viewer.