Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754019AbdHUUG7 (ORCPT ); Mon, 21 Aug 2017 16:06:59 -0400 Received: from merlin.infradead.org ([205.233.59.134]:42194 "EHLO merlin.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753557AbdHUUG6 (ORCPT ); Mon, 21 Aug 2017 16:06:58 -0400 Date: Mon, 21 Aug 2017 22:06:53 +0200 From: Peter Zijlstra To: josef@toxicpanda.com Cc: linux-kernel@vger.kernel.org, kernel-team@fb.com, Josef Bacik Subject: Re: [PATCH] sched/fair: move definitions to fix !CONFIG_SMP Message-ID: <20170821200653.GC32112@worktop.programming.kicks-ass.net> References: <1503345785-9323-1-git-send-email-jbacik@fb.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1503345785-9323-1-git-send-email-jbacik@fb.com> User-Agent: Mutt/1.5.22.1 (2013-10-16) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 456 Lines: 10 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.