diff options
Diffstat (limited to 'include/linux/sched.h')
-rw-r--r-- | include/linux/sched.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/linux/sched.h b/include/linux/sched.h index 1d19c025f9d2..29df6374d2de 100644 --- a/include/linux/sched.h +++ b/include/linux/sched.h | |||
@@ -331,7 +331,9 @@ extern signed long schedule_timeout(signed long timeout); | |||
331 | extern signed long schedule_timeout_interruptible(signed long timeout); | 331 | extern signed long schedule_timeout_interruptible(signed long timeout); |
332 | extern signed long schedule_timeout_killable(signed long timeout); | 332 | extern signed long schedule_timeout_killable(signed long timeout); |
333 | extern signed long schedule_timeout_uninterruptible(signed long timeout); | 333 | extern signed long schedule_timeout_uninterruptible(signed long timeout); |
334 | asmlinkage void __schedule(void); | ||
334 | asmlinkage void schedule(void); | 335 | asmlinkage void schedule(void); |
336 | extern int mutex_spin_on_owner(struct mutex *lock, struct thread_info *owner); | ||
335 | 337 | ||
336 | struct nsproxy; | 338 | struct nsproxy; |
337 | struct user_namespace; | 339 | struct user_namespace; |
@@ -1334,6 +1336,7 @@ struct task_struct { | |||
1334 | int lockdep_depth; | 1336 | int lockdep_depth; |
1335 | unsigned int lockdep_recursion; | 1337 | unsigned int lockdep_recursion; |
1336 | struct held_lock held_locks[MAX_LOCK_DEPTH]; | 1338 | struct held_lock held_locks[MAX_LOCK_DEPTH]; |
1339 | gfp_t lockdep_reclaim_gfp; | ||
1337 | #endif | 1340 | #endif |
1338 | 1341 | ||
1339 | /* journalling filesystem info */ | 1342 | /* journalling filesystem info */ |