From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752165AbcAPOJe (ORCPT ); Sat, 16 Jan 2016 09:09:34 -0500 Received: from mail-wm0-f45.google.com ([74.125.82.45]:37805 "EHLO mail-wm0-f45.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751757AbcAPOJd (ORCPT ); Sat, 16 Jan 2016 09:09:33 -0500 Message-ID: <1452953368.3759.1.camel@gmail.com> Subject: Re: [ANNOUNCE] 4.4-rc6-rt1 From: Mike Galbraith To: Thomas Gleixner Cc: Sebastian Andrzej Siewior , Clark Williams , LKML , linux-rt-users , Steven Rostedt Date: Sat, 16 Jan 2016 15:09:28 +0100 In-Reply-To: References: <20151223225755.GA21121@linutronix.de> <20151231102441.581ce1e1@sluggy.hsv.redhat.com> <1451632781.9800.22.camel@gmail.com> <20160113175845.GK29964@linutronix.de> <20160114141744.GB17776@linutronix.de> <1452781751.3460.102.camel@gmail.com> <1452783422.3611.8.camel@gmail.com> <1452787507.15549.16.camel@gmail.com> <1452950602.13755.9.camel@gmail.com> <1452952320.13755.13.camel@gmail.com> Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.16.5 Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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.