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.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/include/linux/sched.h b/include/linux/sched.h
index 758e27afcda5..3435837e89ff 100644
--- a/include/linux/sched.h
+++ b/include/linux/sched.h
@@ -1200,9 +1200,7 @@ struct task_struct {
1200 int lock_depth; /* BKL lock depth */ 1200 int lock_depth; /* BKL lock depth */
1201 1201
1202#ifdef CONFIG_SMP 1202#ifdef CONFIG_SMP
1203#ifdef __ARCH_WANT_UNLOCKED_CTXSW 1203 int on_cpu;
1204 int oncpu;
1205#endif
1206#endif 1204#endif
1207 1205
1208 int prio, static_prio, normal_prio; 1206 int prio, static_prio, normal_prio;