mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH 0/3 V2] sched: Collect the bits about priority into a new header file, include/linux/sched/prio.h.
@ 2014-02-10  9:05 Dongsheng Yang
  2014-02-10  9:05 ` [PATCH 1/3] sched: Move the priority specific bits into a new header file Dongsheng Yang
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Dongsheng Yang @ 2014-02-10  9:05 UTC (permalink / raw)
  To: linux-kernel
  Cc: raistlin, juri.lelli, clark.williams, peterz, mingo, namhyung,
	Dongsheng Yang

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


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2014-02-10  9:06 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-02-10  9:05 [PATCH 0/3 V2] sched: Collect the bits about priority into a new header file, include/linux/sched/prio.h Dongsheng Yang
2014-02-10  9:05 ` [PATCH 1/3] sched: Move the priority specific bits into a new header file Dongsheng Yang
2014-02-10  9:05 ` [PATCH 2/3] sched: Expose some macros related with priority Dongsheng Yang
2014-02-10  9:05 ` [PATCH 3/3] sched: Implement task_nice as static inline function Dongsheng Yang

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome