diff options
author | Bharat Bhushan <r65777@freescale.com> | 2013-07-04 02:15:45 -0400 |
---|---|---|
committer | Scott Wood <scottwood@freescale.com> | 2013-10-18 19:38:38 -0400 |
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) | |||
327 | /* | 327 | /* |
328 | * Force User/Supervisor bits to b11 (user-only MSR[PR]=1) | 328 | * Force User/Supervisor bits to b11 (user-only MSR[PR]=1) |
329 | */ | 329 | */ |
330 | thread->dbcr1 = DBCR1_IAC1US | DBCR1_IAC2US | \ | 330 | thread->dbcr1 = DBCR1_IAC1US | DBCR1_IAC2US | |
331 | DBCR1_IAC3US | DBCR1_IAC4US; | 331 | DBCR1_IAC3US | DBCR1_IAC4US; |
332 | /* | 332 | /* |
333 | * Force Data Address Compare User/Supervisor bits to be User-only | 333 | * Force Data Address Compare User/Supervisor bits to be User-only |