Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

csky: Remove kernel_thread declaration

Remove csky's kernel_thread declaration because it's not needed.

Signed-off-by: Mike Christie <michael.christie@oracle.com>
Acked-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Christian Brauner (Microsoft) <brauner@kernel.org>

authored by

Mike Christie and committed by
Christian Brauner (Microsoft)
e0a98139 fe15c26e

-2
-2
arch/csky/include/asm/processor.h
··· 72 72 /* Prepare to copy thread state - unlazy all lazy status */ 73 73 #define prepare_to_copy(tsk) do { } while (0) 74 74 75 - extern int kernel_thread(int (*fn)(void *), void *arg, unsigned long flags); 76 - 77 75 unsigned long __get_wchan(struct task_struct *p); 78 76 79 77 #define KSTK_EIP(tsk) (task_pt_regs(tsk)->pc)