From a3aab72e22c7419b985311e7960048dd9c56d6c0 Mon Sep 17 00:00:00 2001 From: Harvey Harrison Date: Fri, 15 Feb 2008 09:56:34 -0800 Subject: [PATCH] --- yaml --- r: 86325 b: refs/heads/master c: 2d07b255c7b8a9723010e5c74778e058dc05162e h: refs/heads/master i: 86323: 37540014e431a16455d0030f4eedc187022aa722 v: v3 --- [refs] | 2 +- trunk/arch/um/kernel/process.c | 2 -- trunk/include/linux/sched.h | 1 + 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/[refs] b/[refs] index 65299d009f9c..ac9aa84eebec 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 67ca7bde2e9d3516b5ae0188330ad1059ac03f38 +refs/heads/master: 2d07b255c7b8a9723010e5c74778e058dc05162e diff --git a/trunk/arch/um/kernel/process.c b/trunk/arch/um/kernel/process.c index fc50d2f959d1..e8cb9ff183e9 100644 --- a/trunk/arch/um/kernel/process.c +++ b/trunk/arch/um/kernel/process.c @@ -128,8 +128,6 @@ void *get_current(void) return current; } -extern void schedule_tail(struct task_struct *prev); - /* * This is called magically, by its address being stuffed in a jmp_buf * and being longjmp-d to. diff --git a/trunk/include/linux/sched.h b/trunk/include/linux/sched.h index e217d188a102..9c17e828d6d4 100644 --- a/trunk/include/linux/sched.h +++ b/trunk/include/linux/sched.h @@ -242,6 +242,7 @@ struct task_struct; extern void sched_init(void); extern void sched_init_smp(void); +extern asmlinkage void schedule_tail(struct task_struct *prev); extern void init_idle(struct task_struct *idle, int cpu); extern void init_idle_bootup_task(struct task_struct *idle);