[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <21869.1373441101@ale.ozlabs.ibm.com>
Date: Wed, 10 Jul 2013 17:25:01 +1000
From: Michael Neuling <mikey@...ling.org>
To: Bharat Bhushan <r65777@...escale.com>
cc: linuxppc-dev@...ts.ozlabs.org, benh@...nel.crashing.org,
linux-kernel@...r.kernel.org, scottwood@...escale.com,
agraf@...e.de, Bharat Bhushan <Bharat.Bhushan@...escale.com>
Subject: Re: [PATCH 1/2] powerpc: remove unnecessary line continuations
Bharat Bhushan <r65777@...escale.com> wrote:
> Signed-off-by: Bharat Bhushan <bharat.bhushan@...escale.com>
Acked-by: Michael Neuling <mikey@...ling.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
>
>
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists