sched/accounting: Fix parameter passing in task_group_account_field
[deliverable/linux.git] / kernel / sched / core.c
index 6e860100d11c6b34953acef8c76aa4dd5bd0bbe5..9ac22d2b0dd3e531dae4ceb2131f5e0644197d6b 100644 (file)
@@ -2561,8 +2561,8 @@ struct cgroup_subsys cpuacct_subsys;
 struct cpuacct root_cpuacct;
 #endif
 
-static inline void task_group_account_field(struct task_struct *p,
-                                            u64 tmp, int index)
+static inline void task_group_account_field(struct task_struct *p, int index,
+                                           u64 tmp)
 {
 #ifdef CONFIG_CGROUP_CPUACCT
        struct kernel_cpustat *kcpustat;
This page took 0.026066 seconds and 5 git commands to generate.