]> Pileus Git - ~andy/linux/blobdiff - include/linux/sched.h
Merge branch 'x86/urgent' into x86-mm
[~andy/linux] / include / linux / sched.h
index 83bd2e2982fc776f9d2fcffacdae88b6c76c40ca..18d63cea28481c478906f791e384b520ad1f483b 100644 (file)
@@ -854,7 +854,7 @@ extern int __weak arch_sd_sibiling_asym_packing(void);
 
 /*
  * Optimise SD flags for power savings:
- * SD_BALANCE_NEWIDLE helps agressive task consolidation and power savings.
+ * SD_BALANCE_NEWIDLE helps aggressive task consolidation and power savings.
  * Keep default SD flags if sched_{smt,mc}_power_saving=0
  */
 
@@ -1254,6 +1254,9 @@ struct task_struct {
 #endif
 
        struct mm_struct *mm, *active_mm;
+#ifdef CONFIG_COMPAT_BRK
+       unsigned brk_randomized:1;
+#endif
 #if defined(SPLIT_RSS_COUNTING)
        struct task_rss_stat    rss_stat;
 #endif