Re: [ANNOUNCE] 4.4-rc6-rt1

From: Thomas Gleixner
Date: Sat Jan 16 2016 - 09:01:38 EST


On Sat, 16 Jan 2016, Mike Galbraith wrote:
> On Sat, 2016-01-16 at 14:43 +0100, Thomas Gleixner wrote:
>
> > Ha, you found it as well :)
>
> Yeah, with time to actually look, I rather quickly had one of those
> "well _duh_" moments :)

Actually the new way how the scheduler handles set_cpus_allowed() makes it
superflous to call that stuff at all.

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.

Thanks,

tglx