mirror of
https://github.com/edk2-porting/linux-next.git
synced 2025-01-06 12:44:14 +08:00
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>
This commit is contained in:
parent
805bf3b755
commit
e585f51c4e
@ -194,13 +194,6 @@ set_ivor:
|
||||
#endif
|
||||
mtspr SPRN_MAS4, r2
|
||||
|
||||
#if 0
|
||||
/* Enable DOZE */
|
||||
mfspr r2,SPRN_HID0
|
||||
oris r2,r2,HID0_DOZE@h
|
||||
mtspr SPRN_HID0, r2
|
||||
#endif
|
||||
|
||||
#if !defined(CONFIG_BDI_SWITCH)
|
||||
/*
|
||||
* The Abatron BDI JTAG debugger does not tolerate others
|
||||
|
Loading…
Reference in New Issue
Block a user