diff options
Diffstat (limited to 'include/linux')
-rw-r--r-- | include/linux/sched.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/sched.h b/include/linux/sched.h index c57249782e48..78a2ae3470df 100644 --- a/include/linux/sched.h +++ b/include/linux/sched.h | |||
@@ -2271,7 +2271,7 @@ extern void mm_release(struct task_struct *, struct mm_struct *); | |||
2271 | extern struct mm_struct *dup_mm(struct task_struct *tsk); | 2271 | extern struct mm_struct *dup_mm(struct task_struct *tsk); |
2272 | 2272 | ||
2273 | extern int copy_thread(unsigned long, unsigned long, unsigned long, | 2273 | extern int copy_thread(unsigned long, unsigned long, unsigned long, |
2274 | struct task_struct *, struct pt_regs *); | 2274 | struct task_struct *); |
2275 | extern void flush_thread(void); | 2275 | extern void flush_thread(void); |
2276 | extern void exit_thread(void); | 2276 | extern void exit_thread(void); |
2277 | 2277 | ||