diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2012-09-19 13:05:49 -0400 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2012-10-01 00:53:24 -0400 |
commit | 255461c53a91d34e2eddb8c8a2ba39e99065d7c1 (patch) | |
tree | 0c758f750337edf712204b72f9ce5bcec60af1b0 /arch/mn10300/kernel/internal.h | |
parent | 49ed3398b75c98c087537a7d5a1a23f86a8c8746 (diff) |
mn10300: split ret_from_fork, simplify kernel_thread()
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'arch/mn10300/kernel/internal.h')
-rw-r--r-- | arch/mn10300/kernel/internal.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/arch/mn10300/kernel/internal.h b/arch/mn10300/kernel/internal.h index 2df440105a8..561785581f6 100644 --- a/arch/mn10300/kernel/internal.h +++ b/arch/mn10300/kernel/internal.h @@ -15,14 +15,10 @@ struct clocksource; struct clock_event_device; /* - * kthread.S - */ -extern int kernel_thread_helper(int); - -/* * entry.S */ extern void ret_from_fork(struct task_struct *) __attribute__((noreturn)); +extern void ret_from_kernel_thread(struct task_struct *) __attribute__((noreturn)); /* * smp-low.S |