From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933125AbbJAI2B (ORCPT ); Thu, 1 Oct 2015 04:28:01 -0400 Received: from mx1.redhat.com ([209.132.183.28]:42711 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751740AbbJAI16 (ORCPT ); Thu, 1 Oct 2015 04:27:58 -0400 Subject: Re: [tip:x86/apic] x86/x2apic: Make stub functions available even if !CONFIG_X86_LOCAL_APIC To: Thomas Gleixner , fengguang.wu@intel.com, mingo@kernel.org, feng.wu@intel.com, hpa@zytor.com, linux-kernel@vger.kernel.org References: <1443435991-35750-1-git-send-email-pbonzini@redhat.com> From: Paolo Bonzini Message-ID: <560CEE8A.4080006@redhat.com> Date: Thu, 1 Oct 2015 10:27:54 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.2.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 30/09/2015 21:26, Thomas Gleixner wrote: > Paolo, > > On Wed, 30 Sep 2015, tip-bot for Paolo Bonzini wrote: > >> Commit-ID: e02ae3871355194a61b03a07d96fd71e81d7eff9 >> Gitweb: http://git.kernel.org/tip/e02ae3871355194a61b03a07d96fd71e81d7eff9 >> Author: Paolo Bonzini >> AuthorDate: Mon, 28 Sep 2015 12:26:31 +0200 >> Committer: Thomas Gleixner >> CommitDate: Wed, 30 Sep 2015 21:17:36 +0200 >> >> x86/x2apic: Make stub functions available even if !CONFIG_X86_LOCAL_APIC > > That commit is available for you in a separate branch > > git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/for-kvm > > so you can pull that into your tree. Thank you very much Thomas. Paolo