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.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/linux/sched.h b/include/linux/sched.h
index 004ca21f7e80..58e2af8d064b 100644
--- a/include/linux/sched.h
+++ b/include/linux/sched.h
@@ -735,6 +735,12 @@ struct task_struct {
735 unsigned use_memdelay:1; 735 unsigned use_memdelay:1;
736#endif 736#endif
737 737
738 /*
739 * May usercopy functions fault on kernel addresses?
740 * This is not just a single bit because this can potentially nest.
741 */
742 unsigned int kernel_uaccess_faults_ok;
743
738 unsigned long atomic_flags; /* Flags requiring atomic access. */ 744 unsigned long atomic_flags; /* Flags requiring atomic access. */
739 745
740 struct restart_block restart_block; 746 struct restart_block restart_block;