summaryrefslogtreecommitdiffstats
path: root/include/linux/sched.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/sched.h')
-rw-r--r--include/linux/sched.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/linux/sched.h b/include/linux/sched.h
index 1c4f3e9b9bc5..5649032d73fe 100644
--- a/include/linux/sched.h
+++ b/include/linux/sched.h
@@ -483,8 +483,8 @@ struct task_cputime {
483 483
484#define INIT_CPUTIME \ 484#define INIT_CPUTIME \
485 (struct task_cputime) { \ 485 (struct task_cputime) { \
486 .utime = cputime_zero, \ 486 .utime = 0, \
487 .stime = cputime_zero, \ 487 .stime = 0, \
488 .sum_exec_runtime = 0, \ 488 .sum_exec_runtime = 0, \
489 } 489 }
490 490