cputime: Consolidate vtime handling on context switch
[deliverable/linux.git] / include / linux / kernel_stat.h
index 2fbd9053c2df6477a425567c49014ea3328f9038..bbe5d15d6597113c4e44b8180b173f53269ebe97 100644 (file)
@@ -130,4 +130,10 @@ extern void account_process_tick(struct task_struct *, int user);
 extern void account_steal_ticks(unsigned long ticks);
 extern void account_idle_ticks(unsigned long ticks);
 
+#ifdef CONFIG_VIRT_CPU_ACCOUNTING
+extern void account_switch_vtime(struct task_struct *prev);
+#else
+static inline void account_switch_vtime(struct task_struct *prev) { }
+#endif
+
 #endif /* _LINUX_KERNEL_STAT_H */
This page took 0.028358 seconds and 5 git commands to generate.