]> err.no Git - linux-2.6/blobdiff - arch/powerpc/kernel/process.c
[PACKET]: Fix sparse warnings in af_packet.c
[linux-2.6] / arch / powerpc / kernel / process.c
index 41e13f4cc6e3da1e34ac662d4f558f5fa668fccd..b9d88374f14f07abe21e51367110e6c82129ba99 100644 (file)
@@ -350,7 +350,7 @@ struct task_struct *__switch_to(struct task_struct *prev,
        local_irq_save(flags);
 
        account_system_vtime(current);
-       account_process_tick(current, 0);
+       account_process_vtime(current);
        calculate_steal_time();
 
        last = _switch(old_thread, new_thread);