diff options
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/mm_types.h | 2 | ||||
| -rw-r--r-- | include/linux/sched.h | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/include/linux/mm_types.h b/include/linux/mm_types.h index 0e80e26ecf21..f4408106fcbc 100644 --- a/include/linux/mm_types.h +++ b/include/linux/mm_types.h | |||
| @@ -232,6 +232,8 @@ struct mm_struct { | |||
| 232 | 232 | ||
| 233 | unsigned long saved_auxv[AT_VECTOR_SIZE]; /* for /proc/PID/auxv */ | 233 | unsigned long saved_auxv[AT_VECTOR_SIZE]; /* for /proc/PID/auxv */ |
| 234 | 234 | ||
| 235 | s8 oom_adj; /* OOM kill score adjustment (bit shift) */ | ||
| 236 | |||
| 235 | cpumask_t cpu_vm_mask; | 237 | cpumask_t cpu_vm_mask; |
| 236 | 238 | ||
| 237 | /* Architecture-specific MM context */ | 239 | /* Architecture-specific MM context */ |
diff --git a/include/linux/sched.h b/include/linux/sched.h index 1048bf50540a..1bc6fae0c135 100644 --- a/include/linux/sched.h +++ b/include/linux/sched.h | |||
| @@ -1178,7 +1178,6 @@ struct task_struct { | |||
| 1178 | * a short time | 1178 | * a short time |
| 1179 | */ | 1179 | */ |
| 1180 | unsigned char fpu_counter; | 1180 | unsigned char fpu_counter; |
| 1181 | s8 oomkilladj; /* OOM kill score adjustment (bit shift). */ | ||
| 1182 | #ifdef CONFIG_BLK_DEV_IO_TRACE | 1181 | #ifdef CONFIG_BLK_DEV_IO_TRACE |
| 1183 | unsigned int btrace_seq; | 1182 | unsigned int btrace_seq; |
| 1184 | #endif | 1183 | #endif |
