All of lore.kernel.org
 help / color / mirror / Atom feed
From: Michael Neuling <mikey@neuling.org>
To: Paul Mackerras <paulus@samba.org>
Cc: linuxppc-dev@ozlabs.org
Subject: Re: [PATCH] powerpc: Correct FSCR bit definitions
Date: Thu, 05 Sep 2013 16:09:40 +1000	[thread overview]
Message-ID: <600.1378361380@ale.ozlabs.ibm.com> (raw)
In-Reply-To: <20130905060116.GA24607@drongo>

Paul Mackerras <paulus@samba.org> wrote:

> Commit 74e400cee6 ("powerpc: Rework setting up H/FSCR bit definitions")
> ended up with incorrect bit numbers for FSCR_PM_LG and FSCR_BHRB_LG.
> This fixes them.
> 
> Signed-off-by: Paul Mackerras <paulus@samba.org>

Acked-by: Michael Neuling <mikey@neuling.org>

Sorry about that screw up.

Mikey

> ---
>  arch/powerpc/include/asm/reg.h | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/arch/powerpc/include/asm/reg.h b/arch/powerpc/include/asm/reg.h
> index dc10bf5..10d1ef0 100644
> --- a/arch/powerpc/include/asm/reg.h
> +++ b/arch/powerpc/include/asm/reg.h
> @@ -258,8 +258,8 @@
>  #define FSCR_TAR_LG	8	/* Enable Target Address Register */
>  #define FSCR_EBB_LG	7	/* Enable Event Based Branching */
>  #define FSCR_TM_LG	5	/* Enable Transactional Memory */
> -#define FSCR_PM_LG	4	/* Enable prob/priv access to PMU SPRs */
> -#define FSCR_BHRB_LG	3	/* Enable Branch History Rolling Buffer*/
> +#define FSCR_BHRB_LG	4	/* Enable Branch History Rolling Buffer*/
> +#define FSCR_PM_LG	3	/* Enable prob/priv access to PMU SPRs */
>  #define FSCR_DSCR_LG	2	/* Enable Data Stream Control Register */
>  #define FSCR_VECVSX_LG	1	/* Enable VMX/VSX  */
>  #define FSCR_FP_LG	0	/* Enable Floating Point */
> -- 
> 1.8.4.rc3
> 

      reply	other threads:[~2013-09-05  6:09 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-09-05  6:01 [PATCH] powerpc: Correct FSCR bit definitions Paul Mackerras
2013-09-05  6:09 ` Michael Neuling [this message]

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=600.1378361380@ale.ozlabs.ibm.com \
    --to=mikey@neuling.org \
    --cc=linuxppc-dev@ozlabs.org \
    --cc=paulus@samba.org \
    /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.