projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
84e4d63
)
powerpc: remove unnecessary line continuations
author
Bharat Bhushan
<r65777@freescale.com>
Wed, 26 Jun 2013 05:42:21 +0000
(11:12 +0530)
committer
Alexander Graf
<agraf@suse.de>
Thu, 17 Oct 2013 12:49:38 +0000
(14:49 +0200)
Signed-off-by: Bharat Bhushan <bharat.bhushan@freescale.com>
Signed-off-by: Alexander Graf <agraf@suse.de>
arch/powerpc/kernel/process.c
patch
|
blob
|
blame
|
history
diff --git
a/arch/powerpc/kernel/process.c
b/arch/powerpc/kernel/process.c
index 6f428da53e2085b877334270286069e2ba54da37..8eb6e39b7343bb4f5353dabe423a93a8795a83cd 100644
(file)
--- 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