summaryrefslogtreecommitdiff
path: root/arch/powerpc/kernel
diff options
context:
space:
mode:
authorBharat Bhushan <r65777@freescale.com>2013-06-26 05:42:21 (GMT)
committerScott Wood <scottwood@freescale.com>2014-04-08 00:06:13 (GMT)
commit0181399929ed8d796dda6450e8ccbce5fe589721 (patch)
tree1c72946744c663270dc074e495bde526abf4a372 /arch/powerpc/kernel
parent7ea170e6c28ab1b96ebee2501d1dbb9d1fe72fb3 (diff)
downloadlinux-fsl-qoriq-0181399929ed8d796dda6450e8ccbce5fe589721.tar.xz
powerpc: remove unnecessary line continuations
Signed-off-by: Bharat Bhushan <bharat.bhushan@freescale.com> Signed-off-by: Alexander Graf <agraf@suse.de> (cherry picked from commit 6b3e3b310a884958df030760e725d32a79c0c8b4)
Diffstat (limited to 'arch/powerpc/kernel')
-rw-r--r--arch/powerpc/kernel/process.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/kernel/process.c b/arch/powerpc/kernel/process.c
index 96d2fdf..a1af526 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