cputime: Consolidate vtime handling on context switch
[deliverable/linux.git] / arch / s390 / include / asm / switch_to.h
index f223068b7822601ffff64b07ca4f6e412cff554f..e7f9b3d04fa148e0bca2093b184eed4ac7fddf4b 100644 (file)
@@ -89,12 +89,10 @@ static inline void restore_access_regs(unsigned int *acrs)
        prev = __switch_to(prev,next);                                  \
 } while (0)
 
-extern void account_vtime(struct task_struct *, struct task_struct *);
 extern void account_tick_vtime(struct task_struct *);
 
 #define finish_arch_switch(prev) do {                                       \
        set_fs(current->thread.mm_segment);                                  \
-       account_vtime(prev, current);                                        \
 } while (0)
 
 #endif /* __ASM_SWITCH_TO_H */
This page took 0.076554 seconds and 5 git commands to generate.