diff options
Diffstat (limited to 'include/linux/kernel_stat.h')
| -rw-r--r-- | include/linux/kernel_stat.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/linux/kernel_stat.h b/include/linux/kernel_stat.h index bbe5d15d6597..ca0944b92f4a 100644 --- a/include/linux/kernel_stat.h +++ b/include/linux/kernel_stat.h | |||
| @@ -131,9 +131,9 @@ extern void account_steal_ticks(unsigned long ticks); | |||
| 131 | extern void account_idle_ticks(unsigned long ticks); | 131 | 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 account_switch_vtime(struct task_struct *prev); | 134 | extern void vtime_task_switch(struct task_struct *prev); |
| 135 | #else | 135 | #else |
| 136 | static inline void account_switch_vtime(struct task_struct *prev) { } | 136 | static inline void vtime_task_switch(struct task_struct *prev) { } |
| 137 | #endif | 137 | #endif |
| 138 | 138 | ||
| 139 | #endif /* _LINUX_KERNEL_STAT_H */ | 139 | #endif /* _LINUX_KERNEL_STAT_H */ |
