Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754085AbdHUUoo (ORCPT ); Mon, 21 Aug 2017 16:44:44 -0400 Received: from mail-qk0-f182.google.com ([209.85.220.182]:35981 "EHLO mail-qk0-f182.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753971AbdHUUol (ORCPT ); Mon, 21 Aug 2017 16:44:41 -0400 Date: Mon, 21 Aug 2017 16:44:39 -0400 From: Josef Bacik To: Peter Zijlstra Cc: josef@toxicpanda.com, linux-kernel@vger.kernel.org, kernel-team@fb.com, Josef Bacik Subject: Re: [PATCH] sched/fair: move definitions to fix !CONFIG_SMP Message-ID: <20170821204438.GI23807@destiny> References: <1503345785-9323-1-git-send-email-jbacik@fb.com> <20170821200653.GC32112@worktop.programming.kicks-ass.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170821200653.GC32112@worktop.programming.kicks-ass.net> User-Agent: Mutt/1.8.0 (2017-02-23) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 901 Lines: 19 On Mon, Aug 21, 2017 at 10:06:53PM +0200, Peter Zijlstra wrote: > On Mon, Aug 21, 2017 at 04:03:05PM -0400, josef@toxicpanda.com wrote: > > From: Josef Bacik > > > > The series of patches adding runnable_avg and subsequent supporting > > patches broke on !CONFIG_SMP. Fix this by moving the definitions under > > the appropriate checks, and moving the !CONFIG_SMP definitions higher > > up. > > Is this on top or can I fold this in somewhere? I was meaning to rework > the series to avoid this superfluous build borkage. There's actually a lot of individual breakages. I can go through and make individual patches that can be folded in to where they were introduced, or I can do them all at once. There's breakage around !CONFIG_FAIR_GROUP_SCHED as well, basically everything you added needs to be moved around some. I'll do whatever is most convenient for you. Thanks, Josef