diff options
author | Ingo Molnar <mingo@elte.hu> | 2011-04-21 05:39:21 -0400 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2011-04-21 05:39:28 -0400 |
commit | 42ac9e87fdd89b77fa2ca0a5226023c1c2d83226 (patch) | |
tree | dfdb1b720347a40f24a89a3e9c2727ae26ad5f01 /include/linux/sched.h | |
parent | 057f3fadb347e9c51b07e1b277bbdda79f976768 (diff) | |
parent | f0e615c3cb72b42191b558c130409335812621d8 (diff) |
Merge commit 'v2.6.39-rc4' into sched/core
Merge reason: Pick up upstream fixes.
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'include/linux/sched.h')
-rw-r--r-- | include/linux/sched.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/linux/sched.h b/include/linux/sched.h index d9ca3aa511ff..171ba24b08a7 100644 --- a/include/linux/sched.h +++ b/include/linux/sched.h | |||
@@ -1247,6 +1247,9 @@ struct task_struct { | |||
1247 | #endif | 1247 | #endif |
1248 | 1248 | ||
1249 | struct mm_struct *mm, *active_mm; | 1249 | struct mm_struct *mm, *active_mm; |
1250 | #ifdef CONFIG_COMPAT_BRK | ||
1251 | unsigned brk_randomized:1; | ||
1252 | #endif | ||
1250 | #if defined(SPLIT_RSS_COUNTING) | 1253 | #if defined(SPLIT_RSS_COUNTING) |
1251 | struct task_rss_stat rss_stat; | 1254 | struct task_rss_stat rss_stat; |
1252 | #endif | 1255 | #endif |