From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753582AbcIMBqZ (ORCPT ); Mon, 12 Sep 2016 21:46:25 -0400 Received: from ozlabs.org ([103.22.144.67]:39658 "EHLO ozlabs.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751581AbcIMBqY (ORCPT ); Mon, 12 Sep 2016 21:46:24 -0400 From: Michael Ellerman To: Paul Mackerras , Paolo Bonzini Cc: linux-kernel@vger.kernel.org, kvm@vger.kernel.org, Daniel Axtens , Mahesh Salgaonkar , linuxppc-dev@lists.ozlabs.org, kvm-ppc@vger.kernel.org Subject: Re: [PATCH v2] powerpc: move hmi.c to arch/powerpc/kvm/ In-Reply-To: <20160912005621.GE9873@fergus.ozlabs.ibm.com> References: <1470920863-15375-1-git-send-email-pbonzini@redhat.com> <20160912005621.GE9873@fergus.ozlabs.ibm.com> User-Agent: Notmuch/0.21 (https://notmuchmail.org) Date: Tue, 13 Sep 2016 11:46:21 +1000 Message-ID: <87oa3spo5u.fsf@concordia.ellerman.id.au> MIME-Version: 1.0 Content-Type: text/plain Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Paul Mackerras writes: > On Thu, Aug 11, 2016 at 03:07:43PM +0200, Paolo Bonzini wrote: >> hmi.c functions are unused unless sibling_subcore_state is nonzero, and >> that in turn happens only if KVM is in use. So move the code to >> arch/powerpc/kvm/, putting it under CONFIG_KVM_BOOK3S_HV_POSSIBLE >> rather than CONFIG_PPC_BOOK3S_64. The sibling_subcore_state is also >> included in struct paca_struct only if KVM is supported by the kernel. >> >> Cc: Daniel Axtens >> Cc: Michael Ellerman >> Cc: Mahesh Salgaonkar >> Cc: Paul Mackerras >> Cc: linuxppc-dev@lists.ozlabs.org >> Cc: kvm-ppc@vger.kernel.org >> Cc: kvm@vger.kernel.org >> Signed-off-by: Paolo Bonzini > > Thanks, patch applied to my kvm-ppc-infrastructure branch, which is > merged into my kvm-ppc-next branch. Ben already merged this into the powerpc tree, which has since gone to Linus: https://git.kernel.org/torvalds/c/7c379526d7e7 cheers