---

 25-akpm/kernel/sched.c |    2 --
 1 files changed, 2 deletions(-)

diff -puN kernel/sched.c~sched-move-migrate_all_tasks-to-cpu_dead-handling-up-fix kernel/sched.c
--- 25/kernel/sched.c~sched-move-migrate_all_tasks-to-cpu_dead-handling-up-fix	2004-04-29 23:58:27.231808352 -0700
+++ 25-akpm/kernel/sched.c	2004-04-29 23:58:46.291910776 -0700
@@ -331,7 +331,6 @@ static void enqueue_task(struct task_str
 	p->array = array;
 }
 
-#ifdef CONFIG_SMP
 /*
  * Used by the migration code - we pull tasks from the head of the
  * remote queue so we want these tasks to show up at the head of the
@@ -344,7 +343,6 @@ static inline void enqueue_task_head(str
 	array->nr_active++;
 	p->array = array;
 }
-#endif
 
 /*
  * effective_prio - return the priority that is based on the static

_