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:
6767 bt - 31 -TLF_NAPPING,4f
6868 bt - 31 -TLF_SLEEPING,7f
6969#endif /* CONFIG_PPC_BOOK3S_32 || CONFIG_E500 */
70- .globl transfer_to_handler_cont
71- transfer_to_handler_cont:
7270 blr
7371
7472#if defined (CONFIG_PPC_BOOK3S_32) || defined(CONFIG_E500)
@@ -86,7 +84,6 @@ transfer_to_handler_cont:
8684 b fast_exception_return
8785#endif
8886_ASM_NOKPROBE_SYMBOL(prepare_transfer_to_handler)
89- _ASM_NOKPROBE_SYMBOL(transfer_to_handler_cont)
9087
9188 .globl transfer_to_syscall
9289transfer_to_syscall:
Original file line number Diff line number Diff line change @@ -176,7 +176,7 @@ BEGIN_FTR_SECTION
176176 lwz r9,nap_save_hid1@l(r9)
177177 mtspr SPRN_HID1, r9
178178END_FTR_SECTION_IFSET(CPU_FTR_DUAL_PLL_750FX)
179- b transfer_to_handler_cont
179+ blr
180180_ASM_NOKPROBE_SYMBOL(power_save_ppc32_restore)
181181
182182 .data
Original file line number Diff line number Diff line change @@ -81,13 +81,5 @@ END_FTR_SECTION_IFSET(CPU_FTR_CAN_NAP)
8181_GLOBAL(power_save_ppc32_restore)
8282 lwz r9,_LINK(r11) /* interrupted in e500_idle */
8383 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
9385_ASM_NOKPROBE_SYMBOL(power_save_ppc32_restore)
You can’t perform that action at this time.
0 commit comments