lkml.org 
[lkml]   [2015]   [Jun]   [19]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    Date
    From
    Subject[tip:sched/core] sched/deadline: Make init_sched_dl_class() __init
    Commit-ID:  a6c0e746fb8f4ea6508f274314378325a6e1ec9b
    Gitweb: http://git.kernel.org/tip/a6c0e746fb8f4ea6508f274314378325a6e1ec9b
    Author: Wanpeng Li <wanpeng.li@linux.intel.com>
    AuthorDate: Wed, 13 May 2015 14:01:02 +0800
    Committer: Ingo Molnar <mingo@kernel.org>
    CommitDate: Fri, 19 Jun 2015 10:06:46 +0200

    sched/deadline: Make init_sched_dl_class() __init

    It's a bootstrap function, make init_sched_dl_class() __init.

    Signed-off-by: Wanpeng Li <wanpeng.li@linux.intel.com>
    Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org>
    Cc: Andrew Morton <akpm@linux-foundation.org>
    Cc: Borislav Petkov <bp@alien8.de>
    Cc: H. Peter Anvin <hpa@zytor.com>
    Cc: Juri Lelli <juri.lelli@arm.com>
    Cc: Linus Torvalds <torvalds@linux-foundation.org>
    Cc: Peter Zijlstra <peterz@infradead.org>
    Cc: Thomas Gleixner <tglx@linutronix.de>
    Link: http://lkml.kernel.org/r/1431496867-4194-2-git-send-email-wanpeng.li@linux.intel.com
    Signed-off-by: Ingo Molnar <mingo@kernel.org>
    ---
    kernel/sched/deadline.c | 2 +-
    1 file changed, 1 insertion(+), 1 deletion(-)

    diff --git a/kernel/sched/deadline.c b/kernel/sched/deadline.c
    index 9cbe1c7..1c4bc31 100644
    --- a/kernel/sched/deadline.c
    +++ b/kernel/sched/deadline.c
    @@ -1685,7 +1685,7 @@ static void rq_offline_dl(struct rq *rq)
    cpudl_clear_freecpu(&rq->rd->cpudl, rq->cpu);
    }

    -void init_sched_dl_class(void)
    +void __init init_sched_dl_class(void)
    {
    unsigned int i;

    --
    To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
    Please read the FAQ at http://www.tux.org/lkml/
    \
     
     \ /
      Last update: 2015-06-19 20:21    [W:2.182 / U:0.016 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site