diff options
| author | Al Viro <viro@zeniv.linux.org.uk> | 2012-10-15 15:26:11 -0400 |
|---|---|---|
| committer | Al Viro <viro@zeniv.linux.org.uk> | 2012-10-15 16:12:06 -0400 |
| commit | 1856ab6db1296c9c31ad58263d49ee9b75568ddb (patch) | |
| tree | 7e41497f50a2951381c9931da8c9c187f2acea57 /arch/score/include/asm | |
| parent | ddffeb8c4d0331609ef2581d84de4d763607bd37 (diff) | |
score: switch to generic kernel_thread()/kernel_execve()
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'arch/score/include/asm')
| -rw-r--r-- | arch/score/include/asm/processor.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/score/include/asm/processor.h b/arch/score/include/asm/processor.h index ab3aceb54209..d9a922d8711b 100644 --- a/arch/score/include/asm/processor.h +++ b/arch/score/include/asm/processor.h | |||
| @@ -13,7 +13,6 @@ struct task_struct; | |||
| 13 | */ | 13 | */ |
| 14 | extern void (*cpu_wait)(void); | 14 | extern void (*cpu_wait)(void); |
| 15 | 15 | ||
| 16 | extern long kernel_thread(int (*fn)(void *), void *arg, unsigned long flags); | ||
| 17 | extern unsigned long thread_saved_pc(struct task_struct *tsk); | 16 | extern unsigned long thread_saved_pc(struct task_struct *tsk); |
| 18 | extern void start_thread(struct pt_regs *regs, | 17 | extern void start_thread(struct pt_regs *regs, |
| 19 | unsigned long pc, unsigned long sp); | 18 | unsigned long pc, unsigned long sp); |
