From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from ozlabs.org (ozlabs.org [103.22.144.67]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id E42131A1A2C for ; Wed, 22 Jul 2015 19:44:30 +1000 (AEST) In-Reply-To: <1437361123-18615-1-git-send-email-khandual@linux.vnet.ibm.com> To: Anshuman Khandual , linuxppc-dev@ozlabs.org From: Michael Ellerman Cc: mikey@neuling.org Subject: Re: [V2] powerpc/signal: Add helper function to fetch quad word aligned pointer Message-Id: <20150722094430.C7B571402D2@ozlabs.org> Date: Wed, 22 Jul 2015 19:44:30 +1000 (AEST) List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Mon, 2015-20-07 at 02:58:43 UTC, Anshuman Khandual wrote: > This patch adds one helper function 'sigcontext_vmx_regs' which computes > quad word aligned pointer for 'vmx_reserve' array element in sigcontext > structure making the code more readable. > > Signed-off-by: Anshuman Khandual Applied to powerpc next, thanks. https://git.kernel.org/powerpc/c/2476c09f391eddb546a7 cheers