|
@@ -123,9 +123,6 @@ struct task_struct;
|
|
/* Free all resources held by a thread. */
|
|
/* Free all resources held by a thread. */
|
|
extern void release_thread(struct task_struct *);
|
|
extern void release_thread(struct task_struct *);
|
|
|
|
|
|
-/* Prepare to copy thread state - unlazy all lazy status */
|
|
|
|
-#define prepare_to_copy(tsk) do { } while (0)
|
|
|
|
-
|
|
|
|
unsigned long get_wchan(struct task_struct *p);
|
|
unsigned long get_wchan(struct task_struct *p);
|
|
|
|
|
|
#define cpu_relax() barrier()
|
|
#define cpu_relax() barrier()
|