[Kos-cvs] kos/modules/scheduler _synchq.c,1.5,1.6
    thomas at kos.enix.org 
    thomas at kos.enix.org
       
    Tue Jan  4 23:19:21 CET 2005
    
    
  
Update of /home/kos/cvs/kos/modules/scheduler
In directory the-doors:/tmp/cvs-serv9995/modules/scheduler
Modified Files:
	_synchq.c 
Log Message:
2005-01-04  Thomas Petazzoni  <thomas at crazy.kos.nx>
	* modules/arch/mm/_pgflt.c (_page_fault): Display some
	informations even if pf_nested_level != 1.
	* modules/test/vmm_test.c (vmm_test): Allow the VMM stress test to
	be run multiple times.
	* modules/scheduler/_synchq.c (synchq_wait_unsafe): After the
	wakeup of the thread the synchq should still be locked. Check
	this.
Index: _synchq.c
===================================================================
RCS file: /home/kos/cvs/kos/modules/scheduler/_synchq.c,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- _synchq.c	29 Dec 2003 20:56:03 -0000	1.5
+++ _synchq.c	4 Jan 2005 22:19:19 -0000	1.6
@@ -141,6 +141,8 @@
 			  next_thread->cpu_context.cpl0,
 			  & synchq->lock);
 
+  synchq_check_locked(synchq);
+
   return ESUCCESS;
 }
 
    
    
More information about the Kos-cvs
mailing list