|
@@ -247,9 +247,6 @@ void cpuacct_charge(struct task_struct *tsk, u64 cputime)
|
|
struct cpuacct *ca;
|
|
struct cpuacct *ca;
|
|
int cpu;
|
|
int cpu;
|
|
|
|
|
|
- if (unlikely(!cpuacct_subsys.active))
|
|
|
|
- return;
|
|
|
|
-
|
|
|
|
cpu = task_cpu(tsk);
|
|
cpu = task_cpu(tsk);
|
|
|
|
|
|
rcu_read_lock();
|
|
rcu_read_lock();
|
|
@@ -278,9 +275,6 @@ void cpuacct_account_field(struct task_struct *p, int index, u64 val)
|
|
struct kernel_cpustat *kcpustat;
|
|
struct kernel_cpustat *kcpustat;
|
|
struct cpuacct *ca;
|
|
struct cpuacct *ca;
|
|
|
|
|
|
- if (unlikely(!cpuacct_subsys.active))
|
|
|
|
- return;
|
|
|
|
-
|
|
|
|
rcu_read_lock();
|
|
rcu_read_lock();
|
|
ca = task_ca(p);
|
|
ca = task_ca(p);
|
|
while (ca != &root_cpuacct) {
|
|
while (ca != &root_cpuacct) {
|