/[rtmk]/rtmk/thread.c
ViewVC logotype

Diff of /rtmk/thread.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.2 by jrydberg, Mon Dec 10 20:51:04 2001 UTC revision 1.3 by jrydberg, Tue Dec 11 02:08:15 2001 UTC
# Line 304  thread_select (struct processor *process Line 304  thread_select (struct processor *process
304    
305   found_one:   found_one:
306    
307    #if 0
308    if (thread != THREAD_CURRENT ())    if (thread != THREAD_CURRENT ())
309      trace_printf ("cpu %d thread select - thread %p (state %x)",      trace_printf ("cpu %d thread select - thread %p (state %x)",
310                    CPU_CURRENT (), thread, thread->sched_state);                    CPU_CURRENT (), thread, thread->sched_state);
311    #endif
312    
313    if (thread->runq_p)    if (thread->runq_p)
314      queue_remove (thread->runq_list, thread, struct thread *, runq);      queue_remove (thread->runq_list, thread, struct thread *, runq);

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26