[PATCH] sched: cleanup, remove task_t, convert to struct task_struct
[deliverable/linux.git] / arch / um / kernel / tt / process_kern.c
index a9c1443fc5481fedf27813f203721690c8996590..8368c2dbe635c7727fe4578a8c804d5057541121 100644 (file)
@@ -119,7 +119,7 @@ void suspend_new_thread(int fd)
                panic("read failed in suspend_new_thread, err = %d", -err);
 }
 
-void schedule_tail(task_t *prev);
+void schedule_tail(struct task_struct *prev);
 
 static void new_thread_handler(int sig)
 {
This page took 0.024311 seconds and 5 git commands to generate.