]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - include/linux/init_task.h
sched/cputime: Move the vtime task fields to their own struct
[karo-tx-linux.git] / include / linux / init_task.h
index 3d537331cd4ef6e7e93a944669345ba559296fac..a2f6707e9fc054a95213d4a42e01ecf55b9a0730 100644 (file)
@@ -170,9 +170,9 @@ extern struct cred init_cred;
 
 #ifdef CONFIG_VIRT_CPU_ACCOUNTING_GEN
 # define INIT_VTIME(tsk)                                               \
-       .vtime_seqcount = SEQCNT_ZERO(tsk.vtime_seqcount),      \
-       .vtime_starttime = 0,                           \
-       .vtime_state = VTIME_SYS,
+       .vtime.seqcount = SEQCNT_ZERO(tsk.vtime.seqcount),              \
+       .vtime.starttime = 0,                                           \
+       .vtime.state = VTIME_SYS,
 #else
 # define INIT_VTIME(tsk)
 #endif