mn10300: split ret_from_fork, simplify kernel_thread()
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
This commit is contained in:
@@ -14,15 +14,11 @@
|
||||
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
|
||||
|
Reference in New Issue
Block a user