From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alexander Graf Date: Mon, 01 Sep 2014 22:43:55 +0000 Subject: Re: [PATCH] KVM: PPC: Remove shared defines for SPE and AltiVec interrupts Message-Id: <5404F6AB.8090302@suse.de> List-Id: References: <1409566663-16152-1-git-send-email-mihai.caraman@freescale.com> In-Reply-To: <1409566663-16152-1-git-send-email-mihai.caraman@freescale.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Mihai Caraman , kvm-ppc@vger.kernel.org Cc: kvm@vger.kernel.org On 01.09.14 12:17, Mihai Caraman wrote: > We currently decide at compile-time which of the SPE or AltiVec units to > support exclusively. Guard kernel defines with CONFIG_SPE_POSSIBLE and > CONFIG_PPC_E500MC and remove shared defines. > > Signed-off-by: Mihai Caraman Thanks, applied to kvm-ppc-queue. Alex