Update of /cvsroot/alsa/alsa-kernel/core/oss
In directory sc8-pr-cvs1:/tmp/cvs-serv13340/core/oss

Modified Files:
        pcm_oss.c 
Log Message:
Revised schedule() and set_current_state() calls.
Replaced need_resched() with cond_resched() call.


Index: pcm_oss.c
===================================================================
RCS file: /cvsroot/alsa/alsa-kernel/core/oss/pcm_oss.c,v
retrieving revision 1.52
retrieving revision 1.53
diff -u -r1.52 -r1.53
--- pcm_oss.c   30 Sep 2003 07:54:19 -0000      1.52
+++ pcm_oss.c   30 Sep 2003 09:28:26 -0000      1.53
@@ -1814,7 +1814,6 @@
                        break;
                }
        }
-       set_current_state(TASK_RUNNING);
        remove_wait_queue(&pcm->open_wait, &wait);
        up(&pcm->open_mutex);
        if (err < 0)



-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Alsa-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-cvslog

Reply via email to