16 Nov, 2014

1 commit

  • Actually, cpupri_set() and cpupri_init() can never be used without
    CONFIG_SMP.

    Signed-off-by: pang.xunlei
    Signed-off-by: Peter Zijlstra (Intel)
    Cc: Steven Rostedt
    Cc: Juri Lelli
    Cc: "pang.xunlei"
    Cc: Linus Torvalds
    Link: http://lkml.kernel.org/r/1415260327-30465-1-git-send-email-pang.xunlei@linaro.org
    Signed-off-by: Ingo Molnar

    pang.xunlei
     

22 May, 2014

1 commit

  • Tejun reported that his resume was failing due to order-3 allocations
    from sched_domain building.

    Replace the NR_CPUS arrays in there with a dynamically allocated
    array.

    Reported-by: Tejun Heo
    Signed-off-by: Peter Zijlstra
    Cc: Johannes Weiner
    Cc: Steven Rostedt
    Cc: Linus Torvalds
    Link: http://lkml.kernel.org/n/tip-7cysnkw1gik45r864t1nkudh@git.kernel.org
    Signed-off-by: Ingo Molnar

    Peter Zijlstra
     

17 Nov, 2011

1 commit