aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/sched.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/sched.h')
-rw-r--r--include/linux/sched.h2
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 *);
2271extern struct mm_struct *dup_mm(struct task_struct *tsk); 2271extern struct mm_struct *dup_mm(struct task_struct *tsk);
2272 2272
2273extern int copy_thread(unsigned long, unsigned long, unsigned long, 2273extern int copy_thread(unsigned long, unsigned long, unsigned long,
2274 struct task_struct *, struct pt_regs *); 2274 struct task_struct *);
2275extern void flush_thread(void); 2275extern void flush_thread(void);
2276extern void exit_thread(void); 2276extern void exit_thread(void);
2277 2277