diff options
Diffstat (limited to 'include/linux/kernel_stat.h')
| -rw-r--r-- | include/linux/kernel_stat.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/kernel_stat.h b/include/linux/kernel_stat.h index ca0944b92f4a..36d12f0884c3 100644 --- a/include/linux/kernel_stat.h +++ b/include/linux/kernel_stat.h | |||
| @@ -132,6 +132,8 @@ extern void account_idle_ticks(unsigned long ticks); | |||
| 132 | 132 | ||
| 133 | #ifdef CONFIG_VIRT_CPU_ACCOUNTING | 133 | #ifdef CONFIG_VIRT_CPU_ACCOUNTING |
| 134 | extern void vtime_task_switch(struct task_struct *prev); | 134 | extern void vtime_task_switch(struct task_struct *prev); |
| 135 | extern void vtime_account_system(struct task_struct *tsk); | ||
| 136 | extern void vtime_account_idle(struct task_struct *tsk); | ||
| 135 | #else | 137 | #else |
| 136 | static inline void vtime_task_switch(struct task_struct *prev) { } | 138 | static inline void vtime_task_switch(struct task_struct *prev) { } |
| 137 | #endif | 139 | #endif |
