diff options
author | Ingo Molnar <mingo@elte.hu> | 2009-03-04 12:49:19 -0500 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2009-03-04 12:49:19 -0500 |
commit | 28b1bd1cbc33cae95a309691d814399a69cf3070 (patch) | |
tree | 6474d10332662f5302be0df8527c9e9e31e32a95 /include/linux/sched.h | |
parent | 2602c3ba4508f528db024c1d209256513ea05de6 (diff) | |
parent | 1075414b06109a99b0e87601e84c74a95bd45681 (diff) |
Merge branch 'core/locking' into tracing/ftrace
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 698ce978e97..0237d124089 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 */ |