Hi Peter,
    This patchset is version 2 about priority of sched. Please help to review. 

    Sorry for the late update about it, coming back from vacation.

    v2:
        * leave the task_prio() in kernel/sched/core.c
        * remove macro TASK_NICE and implement it as static inline
          function in include/linux/sched.h.
        * remove #ifndef when include prio.h.

Dongsheng Yang (3):
  sched: Move the priority specific bits into a new header file.
  sched: Expose some macros related with priority.
  sched: Implement task_nice as static inline function.

 include/linux/sched.h      | 12 +++++++++++-
 include/linux/sched/prio.h | 40 ++++++++++++++++++++++++++++++++++++++++
 include/linux/sched/rt.h   | 19 +------------------
 kernel/sched/core.c        | 26 +++++++-------------------
 kernel/sched/cputime.c     |  4 ++--
 kernel/sched/sched.h       | 18 ------------------
 6 files changed, 61 insertions(+), 58 deletions(-)
 create mode 100644 include/linux/sched/prio.h

-- 
1.8.2.1

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

Reply via email to