lkml.org 
[lkml]   [2006]   [Oct]   [11]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    Subject[PATCH 2/2] drivers/cdrom/sonycd535.c: Replacing yield() with a better alternative
    From
    Date
    Signed-off-by: Amol Lad <amol@verismonetworks.com>
    ---
    diff -uprN -X linux-2.6.19-rc1-orig/Documentation/dontdiff linux-2.6.19-rc1-orig/drivers/cdrom/sonycd535.c linux-2.6.19-rc1/drivers/cdrom/sonycd535.c
    --- linux-2.6.19-rc1-orig/drivers/cdrom/sonycd535.c 2006-09-21 10:15:32.000000000 +0530
    +++ linux-2.6.19-rc1/drivers/cdrom/sonycd535.c 2006-10-11 17:29:15.000000000 +0530
    @@ -342,7 +342,7 @@ static inline void
    sony_sleep(void)
    {
    if (sony535_irq_used <= 0) { /* poll */
    - yield();
    + schedule_timeout_interruptible(1);
    } else { /* Interrupt driven */
    DEFINE_WAIT(wait);


    -
    To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
    the body of a message to majordomo@vger.kernel.org
    More majordomo info at http://vger.kernel.org/majordomo-info.html
    Please read the FAQ at http://www.tux.org/lkml/

    \
     
     \ /
      Last update: 2006-10-11 14:43    [W:3.193 / U:0.000 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site