diff options
author | Ingo Molnar <mingo@elte.hu> | 2009-09-04 03:28:52 -0400 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2009-09-04 03:29:05 -0400 |
commit | 29e2035bddecce3eb584a8304528b50da8370a24 (patch) | |
tree | 13155df7d90a8e287b83a1cd6c0d02c3018212ab /include/linux/sched.h | |
parent | 868489660dabc0c28087cca3dbc1adbbc398c6fe (diff) | |
parent | 37d0892c5a94e208cf863e3b7bac014edee4346d (diff) |
Merge branch 'linus' into core/rcu
Merge reason: Avoid fuzz in init/main.c and update from rc6 to rc8.
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'include/linux/sched.h')
-rw-r--r-- | include/linux/sched.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/sched.h b/include/linux/sched.h index 855fd0d3f174..bd2675efd68d 100644 --- a/include/linux/sched.h +++ b/include/linux/sched.h | |||
@@ -1200,6 +1200,7 @@ struct task_struct { | |||
1200 | * a short time | 1200 | * a short time |
1201 | */ | 1201 | */ |
1202 | unsigned char fpu_counter; | 1202 | unsigned char fpu_counter; |
1203 | s8 oomkilladj; /* OOM kill score adjustment (bit shift). */ | ||
1203 | #ifdef CONFIG_BLK_DEV_IO_TRACE | 1204 | #ifdef CONFIG_BLK_DEV_IO_TRACE |
1204 | unsigned int btrace_seq; | 1205 | unsigned int btrace_seq; |
1205 | #endif | 1206 | #endif |