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 698ce978e97a..0237d124089f 100644 --- a/include/linux/sched.h +++ b/include/linux/sched.h | |||
@@ -333,7 +333,9 @@ extern signed long schedule_timeout(signed long timeout); | |||
333 | extern signed long schedule_timeout_interruptible(signed long timeout); | 333 | extern signed long schedule_timeout_interruptible(signed long timeout); |
334 | extern signed long schedule_timeout_killable(signed long timeout); | 334 | extern signed long schedule_timeout_killable(signed long timeout); |
335 | extern signed long schedule_timeout_uninterruptible(signed long timeout); | 335 | extern signed long schedule_timeout_uninterruptible(signed long timeout); |
336 | asmlinkage void __schedule(void); | ||
336 | asmlinkage void schedule(void); | 337 | asmlinkage void schedule(void); |
338 | extern int mutex_spin_on_owner(struct mutex *lock, struct thread_info *owner); | ||
337 | 339 | ||
338 | struct nsproxy; | 340 | struct nsproxy; |
339 | struct user_namespace; | 341 | struct user_namespace; |
@@ -1330,6 +1332,7 @@ struct task_struct { | |||
1330 | int lockdep_depth; | 1332 | int lockdep_depth; |
1331 | unsigned int lockdep_recursion; | 1333 | unsigned int lockdep_recursion; |
1332 | struct held_lock held_locks[MAX_LOCK_DEPTH]; | 1334 | struct held_lock held_locks[MAX_LOCK_DEPTH]; |
1335 | gfp_t lockdep_reclaim_gfp; | ||
1333 | #endif | 1336 | #endif |
1334 | 1337 | ||
1335 | /* journalling filesystem info */ | 1338 | /* journalling filesystem info */ |