[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <cover.1490268634.git.viresh.kumar@linaro.org>
Date: Thu, 23 Mar 2017 17:05:55 +0530
From: Viresh Kumar <viresh.kumar@...aro.org>
To: Ingo Molnar <mingo@...hat.com>,
Peter Zijlstra <peterz@...radead.org>
Cc: linaro-kernel@...ts.linaro.org, linux-kernel@...r.kernel.org,
Vincent Guittot <vincent.guittot@...aro.org>,
Viresh Kumar <viresh.kumar@...aro.org>
Subject: [PATCH 0/4] sched: Minor cleanups
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
Powered by blists - more mailing lists