From patchwork Mon Aug 22 19:04:12 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Tim Chen X-Patchwork-Id: 9294227 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork.web.codeaurora.org (Postfix) with ESMTP id 8C5ED607F0 for ; Mon, 22 Aug 2016 19:04:43 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 7FA6C289C9 for ; Mon, 22 Aug 2016 19:04:43 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 735FF28A3E; Mon, 22 Aug 2016 19:04:43 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-6.9 required=2.0 tests=BAYES_00,RCVD_IN_DNSWL_HI autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 44F7E289C9 for ; Mon, 22 Aug 2016 19:04:42 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755343AbcHVTEQ (ORCPT ); Mon, 22 Aug 2016 15:04:16 -0400 Received: from mga06.intel.com ([134.134.136.31]:54002 "EHLO mga06.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754721AbcHVTEP (ORCPT ); Mon, 22 Aug 2016 15:04:15 -0400 Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by orsmga104.jf.intel.com with ESMTP; 22 Aug 2016 12:04:14 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.28,561,1464678000"; d="scan'208";a="1045491535" Received: from schen9-mobl.jf.intel.com (HELO linux.intel.com) ([10.23.236.204]) by fmsmga002.fm.intel.com with ESMTP; 22 Aug 2016 12:04:13 -0700 Date: Mon, 22 Aug 2016 12:04:12 -0700 From: Tim Chen To: kbuild test robot Cc: Srinivas Pandruvada , kbuild-all@01.org, mingo@redhat.com, tglx@linutronix.de, hpa@zytor.com, rjw@rjwysocki.net, peterz@infradead.org, x86@kernel.org, bp@suse.de, sudeep.holla@arm.com, ak@linux.intel.com, linux-acpi@vger.kernel.org, linux-pm@vger.kernel.org, alexey.klimov@arm.com, viresh.kumar@linaro.org, akpm@linux-foundation.org, linux-kernel@vger.kernel.org, lenb@kernel.org, paul.gortmaker@windriver.com, jpoimboe@redhat.com, mcgrof@kernel.org, jgross@suse.com, robert.moore@intel.com, dvyukov@google.com, jeyu@redhat.com Subject: Re: [PATCH 04/11] sched,x86: Enable Turbo Boost Max Technology Message-ID: <20160822190412.GA27546@linux.intel.com> Reply-To: tim.c.chen@linux.intel.com References: <1471559812-19967-5-git-send-email-srinivas.pandruvada@linux.intel.com> <201608221707.jlJguIhg%fengguang.wu@intel.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <201608221707.jlJguIhg%fengguang.wu@intel.com> User-Agent: Mutt/1.6.2 (2016-07-01) Sender: linux-acpi-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-acpi@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP On Mon, Aug 22, 2016 at 05:01:15PM +0800, kbuild test robot wrote: > Hi Tim, > > [auto build test ERROR on pm/linux-next] > [also build test ERROR on v4.8-rc3 next-20160822] > [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] > [Suggest to use git(>=2.9.0) format-patch --base= (or --base=auto for convenience) to record what (public, well-known) commit your patch series was built on] > [Check https://git-scm.com/docs/git-format-patch for more information] > > url: https://github.com/0day-ci/linux/commits/Srinivas-Pandruvada/Support-Intel-Turbo-Boost-Max-Technology-3-0/20160819-101955 > base: https://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git linux-next > config: i386-allyesconfig (attached as .config) > compiler: gcc-6 (Debian 6.1.1-9) 6.1.1 20160705 > reproduce: > # save the attached .config to linux build tree > make ARCH=i386 > Should be fixed by the patch below. Will incorporate the fix in next rev of the patch series. Tim --- -- To unsubscribe from this list: send the line "unsubscribe linux-acpi" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html diff --git a/arch/x86/include/asm/topology.h b/arch/x86/include/asm/topology.h index f148843..bcf3e85 100644 --- a/arch/x86/include/asm/topology.h +++ b/arch/x86/include/asm/topology.h @@ -147,6 +147,8 @@ int x86_pci_root_bus_node(int bus); void x86_pci_root_bus_resources(int bus, struct list_head *resources); #ifdef CONFIG_SCHED_ITMT +#include + DECLARE_PER_CPU_READ_MOSTLY(int, sched_core_priority); static inline bool sched_asym_prefer(int a, int b)