]> git.karo-electronics.de Git - linux-beck.git/blobdiff - arch/ia64/include/asm/cputime.h
Merge tag 'sched-cputime-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel...
[linux-beck.git] / arch / ia64 / include / asm / cputime.h
index 3deac956d325f3f3331d31a4256925dab758e365..7fcf7f08ab0623ef87d62fb7ef001023b2871ed7 100644 (file)
@@ -103,5 +103,7 @@ static inline void cputime_to_timeval(const cputime_t ct, struct timeval *val)
 #define cputime64_to_clock_t(__ct)     \
        cputime_to_clock_t((__force cputime_t)__ct)
 
+extern void arch_vtime_task_switch(struct task_struct *tsk);
+
 #endif /* CONFIG_VIRT_CPU_ACCOUNTING */
 #endif /* __IA64_CPUTIME_H */