mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH 0/2] dl_{prio,task} cleanup
@ 2014-06-04 12:57 Kirill Tkhai
  2014-06-04 13:57 ` Peter Zijlstra
  0 siblings, 1 reply; 2+ messages in thread
From: Kirill Tkhai @ 2014-06-04 12:57 UTC (permalink / raw)
  To: linux-kernel; +Cc: Peter Zijlstra, Ingo Molnar, tkhai


This cleanup series adds forgotten dl_{prio,task},
where they have to be symmetric to rt_{prio,task},
and fixes rt_prio().

---

Kirill Tkhai (2):
      sched/dl: Add necessary dl_{task,prio}
      sched/rt: Fix rt_prio()


 include/linux/sched/deadline.h |    8 +-------
 include/linux/sched/prio.h     |    8 +++++---
 include/linux/sched/rt.h       |    2 +-
 kernel/locking/mutex.c         |    8 +++++---
 kernel/sched/core.c            |    4 ++--
 5 files changed, 14 insertions(+), 16 deletions(-)

--
Signed-off-by: Kirill Tkhai <ktkhai@parallels.com>



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

end of thread, other threads:[~2014-06-04 13:57 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-06-04 12:57 [PATCH 0/2] dl_{prio,task} cleanup Kirill Tkhai
2014-06-04 13:57 ` Peter Zijlstra

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