Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1622840
| From | Viresh Kumar <viresh.kumar@linaro.org> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH V2 0/3] sched: Minor cleanups |
| Date | 2017-04-13 11:20 +0200 |
| Message-ID | <tvJ50-Rx-9@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
Hi, Avoid reinitializing memory which is already set to zero. V1->V2: - Don't remove field initializers from 2nd and 3rd patch. - Drop 4th patch (sched: core: drop useless expression from sched_init()). -- viresh Viresh Kumar (3): sched: topology: drop memset() from init_rootdomain() sched: cpudeadline: don't re-initialize struct cpudl sched: cpupri: don't re-initialize struct cpupri kernel/sched/cpudeadline.c | 1 - kernel/sched/cpupri.c | 2 -- kernel/sched/topology.c | 4 +--- 3 files changed, 1 insertion(+), 6 deletions(-) -- 2.12.0.432.g71c3a4f4ba37
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH V2 0/3] sched: Minor cleanups Viresh Kumar <viresh.kumar@linaro.org> - 2017-04-13 11:20 +0200 [PATCH V2 1/3] sched: topology: drop memset() from init_rootdomain() Viresh Kumar <viresh.kumar@linaro.org> - 2017-04-13 11:20 +0200 [PATCH V2 2/3] sched: cpudeadline: don't re-initialize struct cpudl Viresh Kumar <viresh.kumar@linaro.org> - 2017-04-13 11:20 +0200
csiph-web