mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-12-17 07:54:54 +08:00
powerpc: Fix merge conflict between pcrel and copy_thread changes
Fix a conflict between commit4e991e3c16
("powerpc: add CFUNC assembly label annotation") and commitb504b6aade
("powerpc: differentiate kthread from user kernel thread start"). Fixes:4e991e3c16
("powerpc: add CFUNC assembly label annotation") Fixes:b504b6aade
("powerpc: differentiate kthread from user kernel thread start") Signed-off-by: Nicholas Piggin <npiggin@gmail.com> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au> Link: https://msgid.link/20230426055848.402993-2-npiggin@gmail.com
This commit is contained in:
parent
836a3de6b2
commit
0c993300d5
@ -756,7 +756,7 @@ _GLOBAL(ret_from_kernel_user_thread)
|
||||
b .Lsyscall_exit
|
||||
|
||||
_GLOBAL(start_kernel_thread)
|
||||
bl schedule_tail
|
||||
bl CFUNC(schedule_tail)
|
||||
mtctr r14
|
||||
mr r3,r15
|
||||
#ifdef CONFIG_PPC64_ELF_ABI_V2
|
||||
|
Loading…
Reference in New Issue
Block a user