aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux')
-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 d35d2b6ddbfb..8d1b6034d80b 100644
--- a/include/linux/sched.h
+++ b/include/linux/sched.h
@@ -570,7 +570,7 @@ struct signal_struct {
570 cputime_t utime, stime, cutime, cstime; 570 cputime_t utime, stime, cutime, cstime;
571 cputime_t gtime; 571 cputime_t gtime;
572 cputime_t cgtime; 572 cputime_t cgtime;
573#ifndef CONFIG_VIRT_CPU_ACCOUNTING 573#ifndef CONFIG_VIRT_CPU_ACCOUNTING_NATIVE
574 struct cputime prev_cputime; 574 struct cputime prev_cputime;
575#endif 575#endif
576 unsigned long nvcsw, nivcsw, cnvcsw, cnivcsw; 576 unsigned long nvcsw, nivcsw, cnvcsw, cnivcsw;
@@ -1327,7 +1327,7 @@ struct task_struct {
1327 1327
1328 cputime_t utime, stime, utimescaled, stimescaled; 1328 cputime_t utime, stime, utimescaled, stimescaled;
1329 cputime_t gtime; 1329 cputime_t gtime;
1330#ifndef CONFIG_VIRT_CPU_ACCOUNTING 1330#ifndef CONFIG_VIRT_CPU_ACCOUNTING_NATIVE
1331 struct cputime prev_cputime; 1331 struct cputime prev_cputime;
1332#endif 1332#endif
1333#ifdef CONFIG_VIRT_CPU_ACCOUNTING_GEN 1333#ifdef CONFIG_VIRT_CPU_ACCOUNTING_GEN