File tree Expand file tree Collapse file tree 3 files changed +2
-13
lines changed Expand file tree Collapse file tree 3 files changed +2
-13
lines changed Original file line number Diff line number Diff line change @@ -67,8 +67,6 @@ prepare_transfer_to_handler:
67
67
bt - 31 -TLF_NAPPING,4f
68
68
bt - 31 -TLF_SLEEPING,7f
69
69
#endif /* CONFIG_PPC_BOOK3S_32 || CONFIG_E500 */
70
- .globl transfer_to_handler_cont
71
- transfer_to_handler_cont:
72
70
blr
73
71
74
72
#if defined (CONFIG_PPC_BOOK3S_32) || defined(CONFIG_E500)
@@ -86,7 +84,6 @@ transfer_to_handler_cont:
86
84
b fast_exception_return
87
85
#endif
88
86
_ASM_NOKPROBE_SYMBOL(prepare_transfer_to_handler)
89
- _ASM_NOKPROBE_SYMBOL(transfer_to_handler_cont)
90
87
91
88
.globl transfer_to_syscall
92
89
transfer_to_syscall:
Original file line number Diff line number Diff line change @@ -176,7 +176,7 @@ BEGIN_FTR_SECTION
176
176
lwz r9,nap_save_hid1@l(r9)
177
177
mtspr SPRN_HID1, r9
178
178
END_FTR_SECTION_IFSET(CPU_FTR_DUAL_PLL_750FX)
179
- b transfer_to_handler_cont
179
+ blr
180
180
_ASM_NOKPROBE_SYMBOL(power_save_ppc32_restore)
181
181
182
182
.data
Original file line number Diff line number Diff line change @@ -81,13 +81,5 @@ END_FTR_SECTION_IFSET(CPU_FTR_CAN_NAP)
81
81
_GLOBAL(power_save_ppc32_restore)
82
82
lwz r9,_LINK(r11) /* interrupted in e500_idle */
83
83
stw r9,_NIP(r11) /* make it do a blr */
84
-
85
- #ifdef CONFIG_SMP
86
- lwz r11,TASK_CPU(r2) /* get cpu number * 4 */
87
- slwi r11,r11,2
88
- #else
89
- li r11,0
90
- #endif
91
-
92
- b transfer_to_handler_cont
84
+ blr
93
85
_ASM_NOKPROBE_SYMBOL(power_save_ppc32_restore)
You can’t perform that action at this time.
0 commit comments