[PATCH] MCA/INIT: scheduler hooks
[pandora-kernel.git] / include / linux / sched.h
index 4b83cb2..ed3bb19 100644 (file)
@@ -904,6 +904,8 @@ extern int task_curr(const task_t *p);
 extern int idle_cpu(int cpu);
 extern int sched_setscheduler(struct task_struct *, int, struct sched_param *);
 extern task_t *idle_task(int cpu);
+extern task_t *curr_task(int cpu);
+extern void set_curr_task(int cpu, task_t *p);
 
 void yield(void);