All of lore.kernel.org
 help / color / mirror / Atom feed
From: Michael Neuling <mikey@neuling.org>
To: Bharat Bhushan <r65777@freescale.com>
Cc: linuxppc-dev@lists.ozlabs.org, benh@kernel.crashing.org,
	linux-kernel@vger.kernel.org, scottwood@freescale.com,
	agraf@suse.de, Bharat Bhushan <Bharat.Bhushan@freescale.com>
Subject: Re: [PATCH 1/2] powerpc: remove unnecessary line continuations
Date: Wed, 10 Jul 2013 17:25:01 +1000	[thread overview]
Message-ID: <21869.1373441101@ale.ozlabs.ibm.com> (raw)
In-Reply-To: <1372918546-15075-2-git-send-email-Bharat.Bhushan@freescale.com>

Bharat Bhushan <r65777@freescale.com> wrote:

> Signed-off-by: Bharat Bhushan <bharat.bhushan@freescale.com>

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


> ---
>  arch/powerpc/kernel/process.c |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 
> diff --git a/arch/powerpc/kernel/process.c b/arch/powerpc/kernel/process.c
> index c517dbe..19b8733 100644
> --- a/arch/powerpc/kernel/process.c
> +++ b/arch/powerpc/kernel/process.c
> @@ -325,7 +325,7 @@ static void set_debug_reg_defaults(struct thread_struct *thread)
>  	/*
>  	 * Force User/Supervisor bits to b11 (user-only MSR[PR]=1)
>  	 */
> -	thread->dbcr1 = DBCR1_IAC1US | DBCR1_IAC2US |	\
> +	thread->dbcr1 = DBCR1_IAC1US | DBCR1_IAC2US |
>  			DBCR1_IAC3US | DBCR1_IAC4US;
>  	/*
>  	 * Force Data Address Compare User/Supervisor bits to be User-only
> -- 
> 1.7.0.4
> 
> 

WARNING: multiple messages have this Message-ID (diff)
From: Michael Neuling <mikey@neuling.org>
To: Bharat Bhushan <r65777@freescale.com>
Cc: linux-kernel@vger.kernel.org, agraf@suse.de,
	Bharat Bhushan <Bharat.Bhushan@freescale.com>,
	scottwood@freescale.com, linuxppc-dev@lists.ozlabs.org
Subject: Re: [PATCH 1/2] powerpc: remove unnecessary line continuations
Date: Wed, 10 Jul 2013 17:25:01 +1000	[thread overview]
Message-ID: <21869.1373441101@ale.ozlabs.ibm.com> (raw)
In-Reply-To: <1372918546-15075-2-git-send-email-Bharat.Bhushan@freescale.com>

Bharat Bhushan <r65777@freescale.com> wrote:

> Signed-off-by: Bharat Bhushan <bharat.bhushan@freescale.com>

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


> ---
>  arch/powerpc/kernel/process.c |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 
> diff --git a/arch/powerpc/kernel/process.c b/arch/powerpc/kernel/process.c
> index c517dbe..19b8733 100644
> --- a/arch/powerpc/kernel/process.c
> +++ b/arch/powerpc/kernel/process.c
> @@ -325,7 +325,7 @@ static void set_debug_reg_defaults(struct thread_struct *thread)
>  	/*
>  	 * Force User/Supervisor bits to b11 (user-only MSR[PR]=1)
>  	 */
> -	thread->dbcr1 = DBCR1_IAC1US | DBCR1_IAC2US |	\
> +	thread->dbcr1 = DBCR1_IAC1US | DBCR1_IAC2US |
>  			DBCR1_IAC3US | DBCR1_IAC4US;
>  	/*
>  	 * Force Data Address Compare User/Supervisor bits to be User-only
> -- 
> 1.7.0.4
> 
> 

  reply	other threads:[~2013-07-10  7:25 UTC|newest]

Thread overview: 25+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-07-04  6:15 [PATCH 0/2] powerpc: allow kvm to use kerel debug framework Bharat Bhushan
2013-07-04  6:15 ` [PATCH 1/2] powerpc: remove unnecessary line continuations Bharat Bhushan
2013-07-04  6:15   ` Bharat Bhushan
2013-07-10  7:25   ` Michael Neuling [this message]
2013-07-10  7:25     ` Michael Neuling
2013-07-04  6:15 ` [PATCH 2/2] powerpc: move debug registers in a structure Bharat Bhushan
2013-07-04  6:15   ` Bharat Bhushan
2013-07-10  7:25   ` Michael Neuling
2013-07-10  7:25     ` Michael Neuling
2013-07-09  1:00 ` [PATCH 0/2] powerpc: allow kvm to use kerel debug framework Alexander Graf
2013-07-09  1:00   ` Alexander Graf
2013-07-09  4:24   ` Michael Neuling
2013-07-09  4:24     ` Michael Neuling
2013-07-09 21:54     ` Alexander Graf
2013-07-09 21:54       ` Alexander Graf
2013-07-10  7:25       ` Michael Neuling
2013-07-10  7:25         ` Michael Neuling
2013-07-10  7:50         ` Alexander Graf
2013-07-10  7:50           ` Alexander Graf
2013-07-25 10:17         ` Alexander Graf
2013-07-25 10:17           ` Alexander Graf
2013-09-12 14:29         ` Alexander Graf
2013-09-12 14:29           ` Alexander Graf
2013-10-04 14:40         ` Alexander Graf
2013-10-04 14:40           ` Alexander Graf

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=21869.1373441101@ale.ozlabs.ibm.com \
    --to=mikey@neuling.org \
    --cc=Bharat.Bhushan@freescale.com \
    --cc=agraf@suse.de \
    --cc=benh@kernel.crashing.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linuxppc-dev@lists.ozlabs.org \
    --cc=r65777@freescale.com \
    --cc=scottwood@freescale.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.