diff options
Diffstat (limited to 'include/linux/sched.h')
-rw-r--r-- | include/linux/sched.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/include/linux/sched.h b/include/linux/sched.h index 5d6b9228bba9..b5ef92a043a6 100644 --- a/include/linux/sched.h +++ b/include/linux/sched.h | |||
@@ -696,9 +696,12 @@ struct task_struct { | |||
696 | 696 | ||
697 | int lock_depth; /* BKL lock depth */ | 697 | int lock_depth; /* BKL lock depth */ |
698 | 698 | ||
699 | #if defined(CONFIG_SMP) && defined(__ARCH_WANT_UNLOCKED_CTXSW) | 699 | #if defined(CONFIG_SMP) |
700 | int last_waker_cpu; /* CPU that last woke this task up */ | ||
701 | #if defined(__ARCH_WANT_UNLOCKED_CTXSW) | ||
700 | int oncpu; | 702 | int oncpu; |
701 | #endif | 703 | #endif |
704 | #endif | ||
702 | int prio, static_prio; | 705 | int prio, static_prio; |
703 | struct list_head run_list; | 706 | struct list_head run_list; |
704 | prio_array_t *array; | 707 | prio_array_t *array; |