score: switch to generic kernel_thread()/kernel_execve()

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
This commit is contained in:
Al Viro
2012-10-15 15:26:11 -04:00
parent ddffeb8c4d
commit 1856ab6db1
5 changed files with 23 additions and 72 deletions
-1
View File
@@ -13,7 +13,6 @@ struct task_struct;
*/
extern void (*cpu_wait)(void);
extern long kernel_thread(int (*fn)(void *), void *arg, unsigned long flags);
extern unsigned long thread_saved_pc(struct task_struct *tsk);
extern void start_thread(struct pt_regs *regs,
unsigned long pc, unsigned long sp);