Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753939AbdHUUUu (ORCPT ); Mon, 21 Aug 2017 16:20:50 -0400 Received: from mail-qt0-f178.google.com ([209.85.216.178]:34095 "EHLO mail-qt0-f178.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753541AbdHUUUt (ORCPT ); Mon, 21 Aug 2017 16:20:49 -0400 Date: Mon, 21 Aug 2017 16:20:47 -0400 From: Josef Bacik To: josef@toxicpanda.com Cc: peterz@infradead.org, linux-kernel@vger.kernel.org, kernel-team@fb.com, Josef Bacik Subject: Re: [PATCH] sched/fair: move definitions to fix !CONFIG_SMP Message-ID: <20170821202045.GH23807@destiny> 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.8.0 (2017-02-23) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 500 Lines: 14 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. > > Signed-off-by: Josef Bacik Sorry ignore this, it's still screwed up. I'll send a new series, there's multiple broken things here. Thanks, Josef