From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752353AbcKYIjv (ORCPT ); Fri, 25 Nov 2016 03:39:51 -0500 Received: from merlin.infradead.org ([205.233.59.134]:53476 "EHLO merlin.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753542AbcKYIjk (ORCPT ); Fri, 25 Nov 2016 03:39:40 -0500 Date: Fri, 25 Nov 2016 09:39:25 +0100 From: Peter Zijlstra To: Ingo Molnar Cc: tglx@linutronix.de, tim.c.chen@linux.intel.com, hpa@zytor.com, srinivas.pandruvada@linux.intel.com, linux-kernel@vger.kernel.org, linux-tip-commits@vger.kernel.org Subject: Re: [tip:x86/core] x86: Enable Intel Turbo Boost Max Technology 3.0 Message-ID: <20161125083925.GM3092@twins.programming.kicks-ass.net> References: <20161125081946.GA24513@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20161125081946.GA24513@gmail.com> User-Agent: Mutt/1.5.23.1 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Nov 25, 2016 at 09:19:47AM +0100, Ingo Molnar wrote: > > * tip-bot for Tim Chen wrote: > > > Commit-ID: 5e76b2ab36b40ca33023e78725bdc69eafd63134 > > Gitweb: http://git.kernel.org/tip/5e76b2ab36b40ca33023e78725bdc69eafd63134 > > Author: Tim Chen > > AuthorDate: Tue, 22 Nov 2016 12:23:55 -0800 > > Committer: Thomas Gleixner > > CommitDate: Thu, 24 Nov 2016 20:44:19 +0100 > > > > x86: Enable Intel Turbo Boost Max Technology 3.0 > > This patch doesn't build: > > Note that this patch has to be redone anyway, as it won't even build: > > > +#include > > +#include > > +#include > > +#include > > +#include > > +#include > > +#include > > arch/x86/kernel/itmt.c:26:23: fatal error: asm/mutex.h: No such file or directory Hehe, indeed, we killed that dead in the locking branch. Weird include to have anyway.