public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] sched: Minor cleanups
@ 2017-03-23 11:35 Viresh Kumar
  2017-03-23 11:35 ` [PATCH 1/4] sched: topology: drop memset() from init_rootdomain() Viresh Kumar
                   ` (4 more replies)
  0 siblings, 5 replies; 7+ messages in thread
From: Viresh Kumar @ 2017-03-23 11:35 UTC (permalink / raw)
  To: Ingo Molnar, Peter Zijlstra
  Cc: linaro-kernel, linux-kernel, Vincent Guittot, Viresh Kumar

Hi,

Here are few minor cleanups for the sched core. The first three tries to
avoid reinitializing memory which is already set to zero and the last
one drops an unused statement.

--
viresh

Viresh Kumar (4):
  sched: topology: drop memset() from init_rootdomain()
  sched: cpudeadline: don't re-initialize struct cpudl
  sched: cpupri: don't re-initialize struct cpupri
  sched: core: drop useless expression from sched_init()

 kernel/sched/core.c        | 1 -
 kernel/sched/cpudeadline.c | 2 --
 kernel/sched/cpupri.c      | 3 ---
 kernel/sched/topology.c    | 4 +---
 4 files changed, 1 insertion(+), 9 deletions(-)

-- 
2.12.0.432.g71c3a4f4ba37

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

end of thread, other threads:[~2017-04-10  9:31 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-03-23 11:35 [PATCH 0/4] sched: Minor cleanups Viresh Kumar
2017-03-23 11:35 ` [PATCH 1/4] sched: topology: drop memset() from init_rootdomain() Viresh Kumar
2017-03-23 11:35 ` [PATCH 2/4] sched: cpudeadline: don't re-initialize struct cpudl Viresh Kumar
2017-03-23 11:35 ` [PATCH 3/4] sched: cpupri: don't re-initialize struct cpupri Viresh Kumar
2017-03-23 11:35 ` [PATCH 4/4] sched: core: drop useless expression from sched_init() Viresh Kumar
2017-03-27 13:58 ` [PATCH 0/4] sched: Minor cleanups Peter Zijlstra
2017-04-10  9:30   ` Viresh Kumar

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