diff options
Diffstat (limited to 'include/linux')
-rw-r--r-- | include/linux/sched.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/linux/sched.h b/include/linux/sched.h index cad6a16260f7..acfd2e15c5f2 100644 --- a/include/linux/sched.h +++ b/include/linux/sched.h | |||
@@ -338,7 +338,6 @@ struct mm_struct { | |||
338 | 338 | ||
339 | unsigned long saved_auxv[AT_VECTOR_SIZE]; /* for /proc/PID/auxv */ | 339 | unsigned long saved_auxv[AT_VECTOR_SIZE]; /* for /proc/PID/auxv */ |
340 | 340 | ||
341 | unsigned dumpable:2; | ||
342 | cpumask_t cpu_vm_mask; | 341 | cpumask_t cpu_vm_mask; |
343 | 342 | ||
344 | /* Architecture-specific MM context */ | 343 | /* Architecture-specific MM context */ |
@@ -355,6 +354,8 @@ struct mm_struct { | |||
355 | unsigned int token_priority; | 354 | unsigned int token_priority; |
356 | unsigned int last_interval; | 355 | unsigned int last_interval; |
357 | 356 | ||
357 | unsigned char dumpable:2; | ||
358 | |||
358 | /* coredumping support */ | 359 | /* coredumping support */ |
359 | int core_waiters; | 360 | int core_waiters; |
360 | struct completion *core_startup_done, core_done; | 361 | struct completion *core_startup_done, core_done; |