lkml.org 
[lkml]   [2015]   [Apr]   [14]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    Date
    From
    Subject[patch 39/39] timer: Put usleep_range into the __sched section
    do_usleep_range() and schedule_hrtimeout_range() are __sched as
    well. So it makes no sense to have the exported function in a
    different section.

    Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
    ---
    kernel/time/timer.c | 2 +-
    1 file changed, 1 insertion(+), 1 deletion(-)

    Index: tip/kernel/time/timer.c
    ===================================================================
    --- tip.orig/kernel/time/timer.c
    +++ tip/kernel/time/timer.c
    @@ -1707,7 +1707,7 @@ static void __sched do_usleep_range(unsi
    * @min: Minimum time in usecs to sleep
    * @max: Maximum time in usecs to sleep
    */
    -void usleep_range(unsigned long min, unsigned long max)
    +void __sched usleep_range(unsigned long min, unsigned long max)
    {
    __set_current_state(TASK_UNINTERRUPTIBLE);
    do_usleep_range(min, max);



    \
     
     \ /
      Last update: 2015-04-14 23:41    [W:4.023 / U:3.404 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site