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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/sched.h b/include/linux/sched.h
index c53a1784d7a9..dd07ac03f82a 100644
--- a/include/linux/sched.h
+++ b/include/linux/sched.h
@@ -1788,6 +1788,7 @@ struct task_struct {
1788#ifdef CONFIG_DEBUG_ATOMIC_SLEEP 1788#ifdef CONFIG_DEBUG_ATOMIC_SLEEP
1789 unsigned long task_state_change; 1789 unsigned long task_state_change;
1790#endif 1790#endif
1791 int pagefault_disabled;
1791}; 1792};
1792 1793
1793/* Future-safe accessor for struct task_struct's cpus_allowed. */ 1794/* Future-safe accessor for struct task_struct's cpus_allowed. */