From: "Aneesh Kumar K.V" <aneesh.kumar@linux.vnet.ibm.com>
To: Jia He <hejianet@gmail.com>, linuxppc-dev@lists.ozlabs.org
Cc: benh@kernel.crashing.org, paulus@samba.org, mpe@ellerman.id.au,
mikey@neuling.org, cyrilbur@gmail.com,
shreyas@linux.vnet.ibm.com, linux-kernel@vger.kernel.org,
Jia He <hejianet@gmail.com>
Subject: Re: [PATCH] powerpc: Fix LPCR_VRMASD definition
Date: Thu, 08 Dec 2016 09:21:45 +0530 [thread overview]
Message-ID: <87y3zrgjse.fsf@linux.vnet.ibm.com> (raw)
In-Reply-To: <1481167770-7042-1-git-send-email-hejianet@gmail.com>
Jia He <hejianet@gmail.com> writes:
> Fixes: a4b349540a ("powerpc/mm: Cleanup LPCR defines")
> Signed-off-by: Jia He <hejianet@gmail.com>
I sent another one https://lkml.kernel.org/r/20161208034213.21700-1-aneesh.kumar@linux.vnet.ibm.com
to fix the same issue. I didn't notice this on the list.
> ---
> arch/powerpc/include/asm/reg.h | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/arch/powerpc/include/asm/reg.h b/arch/powerpc/include/asm/reg.h
> index 9e1499f..93ec25e 100644
> --- a/arch/powerpc/include/asm/reg.h
> +++ b/arch/powerpc/include/asm/reg.h
> @@ -337,7 +337,7 @@
> #define LPCR_DPFD_SH 52
> #define LPCR_DPFD (ASM_CONST(7) << LPCR_DPFD_SH)
> #define LPCR_VRMASD_SH 47
> -#define LPCR_VRMASD (ASM_CONST(1) << LPCR_VRMASD_SH)
> +#define LPCR_VRMASD (ASM_CONST(0x1f) << LPCR_VRMASD_SH)
> #define LPCR_VRMA_L ASM_CONST(0x0008000000000000)
> #define LPCR_VRMA_LP0 ASM_CONST(0x0001000000000000)
> #define LPCR_VRMA_LP1 ASM_CONST(0x0000800000000000)
> --
> 2.5.5
next prev parent reply other threads:[~2016-12-08 3:51 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-12-08 3:29 [PATCH] powerpc: Fix LPCR_VRMASD definition Jia He
2016-12-08 3:51 ` Aneesh Kumar K.V [this message]
2016-12-08 21:18 ` Paul Mackerras
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87y3zrgjse.fsf@linux.vnet.ibm.com \
--to=aneesh.kumar@linux.vnet.ibm.com \
--cc=benh@kernel.crashing.org \
--cc=cyrilbur@gmail.com \
--cc=hejianet@gmail.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linuxppc-dev@lists.ozlabs.org \
--cc=mikey@neuling.org \
--cc=mpe@ellerman.id.au \
--cc=paulus@samba.org \
--cc=shreyas@linux.vnet.ibm.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.