diff options
author | Bharat Bhushan <r65777@freescale.com> | 2013-07-04 08:15:45 +0200 |
---|---|---|
committer | Scott Wood <scottwood@freescale.com> | 2013-10-19 01:38:38 +0200 |
commit | 660970fe97f86c0175576b4a942ebd29fb2ec64e (patch) | |
tree | 383eb024a2f117c24e1ffa2f47bb5d34186f691b /arch/powerpc/kernel/process.c | |
parent | powerpc/kgdb: use DEFINE_PER_CPU to allocate kgdb's thread_info (diff) | |
download | linux-660970fe97f86c0175576b4a942ebd29fb2ec64e.tar.xz linux-660970fe97f86c0175576b4a942ebd29fb2ec64e.zip |
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) /* * 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 |