diff options
author | Bharat Bhushan <r65777@freescale.com> | 2013-07-04 11:45:45 +0530 |
---|---|---|
committer | Scott Wood <scottwood@freescale.com> | 2013-10-18 18:38:38 -0500 |
commit | 660970fe97f86c0175576b4a942ebd29fb2ec64e (patch) | |
tree | 383eb024a2f117c24e1ffa2f47bb5d34186f691b /arch/powerpc/kernel/process.c | |
parent | 8258e268c15a29c09d7c88d91a948bdf729433d8 (diff) |
powerpc: remove unnecessary line continuations
Signed-off-by: Bharat Bhushan <bharat.bhushan@freescale.com>
Acked-by: Michael Neuling <mikey@neuling.org>
Signed-off-by: Scott Wood <scottwood@freescale.com>
Diffstat (limited to 'arch/powerpc/kernel/process.c')
-rw-r--r-- | 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 8649a3d629e1..83079ef159b9 100644 --- a/arch/powerpc/kernel/process.c +++ b/arch/powerpc/kernel/process.c @@ -327,7 +327,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 |