[PATCH 0/3] sched: Collect the bits about priority into a new header file, include/linux/sched/prio.h.

From: Dongsheng Yang
Date: Mon Jan 27 2014 - 04:18:52 EST


Hi Peter,
This patch set collect the bits about priority in linux/sched/prio.h and
expose some macros about priority here. So that the other parts of core kernel
can use the them without reimplementing it in an open way.

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 and task_prio as static inline functions.

include/linux/sched.h | 30 ++++++++++++++++++++++++++++--
include/linux/sched/prio.h | 41 +++++++++++++++++++++++++++++++++++++++++
include/linux/sched/rt.h | 21 +++------------------
kernel/sched/core.c | 25 -------------------------
kernel/sched/sched.h | 18 ------------------
5 files changed, 72 insertions(+), 63 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 majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/