Skip to content

Commit e585f51

Browse files
JasonYanHwmpe
authored andcommitted
powerpc: remove dead code in head_fsl_booke.S
This code is dead. Just remove it. Signed-off-by: Jason Yan <yanaijie@huawei.com> Reviewed-by: Christophe Leroy <christophe.leroy@c-s.fr> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
1 parent 805bf3b commit e585f51

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

arch/powerpc/kernel/head_fsl_booke.S

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -194,13 +194,6 @@ set_ivor:
194194
#endif
195195
mtspr SPRN_MAS4, r2
196196

197-
#if 0
198-
/* Enable DOZE */
199-
mfspr r2,SPRN_HID0
200-
oris r2,r2,HID0_DOZE@h
201-
mtspr SPRN_HID0, r2
202-
#endif
203-
204197
#if !defined(CONFIG_BDI_SWITCH)
205198
/*
206199
* The Abatron BDI JTAG debugger does not tolerate others

0 commit comments

Comments
 (0)