diff options
author | Ingo Molnar <mingo@elte.hu> | 2008-09-14 11:11:46 -0400 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2008-09-14 11:11:46 -0400 |
commit | 5ce73a4a5a4893a1aa4cdeed1b1a5a6de42c43b6 (patch) | |
tree | 7d5207fa5c11d05b515321ffd53082440c312d16 /include/linux/sched.h | |
parent | 0a8eaa4f9b58759595a1bfe13a1295fdc25ba026 (diff) |
timers: fix itimer/many thread hang, cleanups
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'include/linux/sched.h')
-rw-r--r-- | include/linux/sched.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/sched.h b/include/linux/sched.h index ed355f02d329..7ce8d4e53565 100644 --- a/include/linux/sched.h +++ b/include/linux/sched.h | |||
@@ -430,7 +430,7 @@ struct pacct_struct { | |||
430 | * @utime: time spent in user mode, in &cputime_t units | 430 | * @utime: time spent in user mode, in &cputime_t units |
431 | * @stime: time spent in kernel mode, in &cputime_t units | 431 | * @stime: time spent in kernel mode, in &cputime_t units |
432 | * @sum_exec_runtime: total time spent on the CPU, in nanoseconds | 432 | * @sum_exec_runtime: total time spent on the CPU, in nanoseconds |
433 | * | 433 | * |
434 | * This structure groups together three kinds of CPU time that are | 434 | * This structure groups together three kinds of CPU time that are |
435 | * tracked for threads and thread groups. Most things considering | 435 | * tracked for threads and thread groups. Most things considering |
436 | * CPU time want to group these counts together and treat all three | 436 | * CPU time want to group these counts together and treat all three |