Re: [ANNOUNCE] 4.4-rc6-rt1
From: Mike Galbraith <hidden>
Date: 2016-01-16 14:09:34
Also in:
lkml
From: Mike Galbraith <hidden>
Date: 2016-01-16 14:09:34
Also in:
lkml
On Sat, 2016-01-16 at 14:59 +0100, Thomas Gleixner wrote:
All scheduler classes except deadline merily call set_cpus_allowed_common() and deadline does not do the 'change root domain' dance either. So we can simplify the whole business a lot.
Goody. Seeing if I could avoid mostly useless function call was next.