Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 42701
b: refs/heads/master
c: 36de643
h: refs/heads/master
i:
  42699: f1af589
v: v3
  • Loading branch information
Arnaldo Carvalho de Melo authored and Linus Torvalds committed Dec 7, 2006
1 parent 98d3812 commit 1d32731
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 33f2ef89f8e181486b63fdbdc97c6afa6ca9f34b
refs/heads/master: 36de6437866bbb1d37e2312ff4f95ee4ed6d2b61
3 changes: 2 additions & 1 deletion trunk/include/linux/sched.h
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,6 @@ struct mm_struct {

unsigned long saved_auxv[AT_VECTOR_SIZE]; /* for /proc/PID/auxv */

unsigned dumpable:2;
cpumask_t cpu_vm_mask;

/* Architecture-specific MM context */
Expand All @@ -355,6 +354,8 @@ struct mm_struct {
unsigned int token_priority;
unsigned int last_interval;

unsigned char dumpable:2;

/* coredumping support */
int core_waiters;
struct completion *core_startup_done, core_done;
Expand Down

0 comments on commit 1d32731

Please sign in to comment.