diff options
Diffstat (limited to 'include/linux/sched.h')
| -rw-r--r-- | include/linux/sched.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/linux/sched.h b/include/linux/sched.h index 977cb57d7bc9..56dd65f1be4f 100644 --- a/include/linux/sched.h +++ b/include/linux/sched.h | |||
| @@ -739,6 +739,12 @@ struct task_struct { | |||
| 739 | unsigned use_memdelay:1; | 739 | unsigned use_memdelay:1; |
| 740 | #endif | 740 | #endif |
| 741 | 741 | ||
| 742 | /* | ||
| 743 | * May usercopy functions fault on kernel addresses? | ||
| 744 | * This is not just a single bit because this can potentially nest. | ||
| 745 | */ | ||
| 746 | unsigned int kernel_uaccess_faults_ok; | ||
| 747 | |||
| 742 | unsigned long atomic_flags; /* Flags requiring atomic access. */ | 748 | unsigned long atomic_flags; /* Flags requiring atomic access. */ |
| 743 | 749 | ||
| 744 | struct restart_block restart_block; | 750 | struct restart_block restart_block; |
