From: Bharat Bhushan Date: Wed, 26 Jun 2013 05:42:21 +0000 (+0530) Subject: powerpc: remove unnecessary line continuations X-Git-Tag: upstream/snapshot3+hdmi~3969^2~15^2~18 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=6b3e3b310a884958df030760e725d32a79c0c8b4;p=platform%2Fadaptation%2Frenesas_rcar%2Frenesas_kernel.git powerpc: remove unnecessary line continuations Signed-off-by: Bharat Bhushan Signed-off-by: Alexander Graf --- diff --git a/arch/powerpc/kernel/process.c b/arch/powerpc/kernel/process.c index 6f428da..8eb6e39 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