Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 910cdc55 authored by Al Viro's avatar Al Viro
Browse files

kill stray kernel_thread() garbage



Signed-off-by: default avatarAl Viro <viro@zeniv.linux.org.uk>
parent c62d773a
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -21,7 +21,6 @@ EXPORT_SYMBOL(boot_cpu_data);
EXPORT_SYMBOL(dump_fpu);
EXPORT_SYMBOL(__ioremap);
EXPORT_SYMBOL(iounmap);
EXPORT_SYMBOL(kernel_thread);

EXPORT_SYMBOL(strncpy_from_user);
EXPORT_SYMBOL(__strncpy_from_user);
+0 −2
Original line number Diff line number Diff line
@@ -81,8 +81,6 @@ struct thread_struct {
#define KSTK_ESP(tsk)   (task_pt_regs(tsk)->sp)


extern int kernel_thread(int (*fn)(void *), void * arg, unsigned long flags);

void start_thread(struct pt_regs *regs, unsigned long nip, unsigned long sp);
void release_thread(struct task_struct *);
unsigned long get_wchan(struct task_struct *p);
+0 −1
Original line number Diff line number Diff line
@@ -326,7 +326,6 @@ struct mm_struct;

/* Free all resources held by a thread. */
extern void release_thread(struct task_struct *);
extern int kernel_thread(int (*fn)(void *), void * arg, unsigned long flags);

extern void map_hpux_gateway_page(struct task_struct *tsk, struct mm_struct *mm);

+0 −2
Original line number Diff line number Diff line
@@ -220,8 +220,6 @@ static inline void release_thread(struct task_struct *dead_task)
	/* Nothing for now */
}

extern int kernel_thread(int (*fn)(void *), void *arg, unsigned long flags);

extern int do_work_pending(struct pt_regs *regs, u32 flags);