summaryrefslogtreecommitdiffstats
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, 3 insertions, 1 deletions
diff --git a/include/linux/sched.h b/include/linux/sched.h
index b3c51e869388..4f1db3ef62a9 100644
--- a/include/linux/sched.h
+++ b/include/linux/sched.h
@@ -572,8 +572,10 @@ union rcu_special {
572 struct { 572 struct {
573 u8 blocked; 573 u8 blocked;
574 u8 need_qs; 574 u8 need_qs;
575 u8 exp_hint; /* Hint for performance. */
576 u8 pad; /* No garbage from compiler! */
575 } b; /* Bits. */ 577 } b; /* Bits. */
576 u16 s; /* Set of bits. */ 578 u32 s; /* Set of bits. */
577}; 579};
578 580
579enum perf_event_task_context { 581enum perf_event_task_context {