diff options
author | Bharat Bhushan <[email protected]> | 2013-07-04 11:45:45 +0530 |
---|---|---|
committer | Scott Wood <[email protected]> | 2013-10-18 18:38:38 -0500 |
commit | 660970fe97f86c0175576b4a942ebd29fb2ec64e (patch) | |
tree | 383eb024a2f117c24e1ffa2f47bb5d34186f691b | |
parent | 8258e268c15a29c09d7c88d91a948bdf729433d8 (diff) |
powerpc: remove unnecessary line continuations
Signed-off-by: Bharat Bhushan <[email protected]>
Acked-by: Michael Neuling <[email protected]>
Signed-off-by: Scott Wood <[email protected]>
-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 |