sched/vtime: Consolidate IRQ time accounting
The 3 architectures implementing CONFIG_VIRT_CPU_ACCOUNTING_NATIVE all have their own version of irq time accounting that dispatch the cputime to the appropriate index: hardirq, softirq, system, idle, guest... from an all-in-one function. Instead of having these ad-hoc versions, move the cputime destination dispatch decision to the core code and leave only the actual per-index cputime accounting to the architecture. Signed-off-by:Frederic Weisbecker <frederic@kernel.org> Signed-off-by:
Thomas Gleixner <tglx@linutronix.de> Link: https://lore.kernel.org/r/20201202115732.27827-4-frederic@kernel.org
Showing
- arch/ia64/kernel/time.c 15 additions, 5 deletionsarch/ia64/kernel/time.c
- arch/powerpc/kernel/time.c 40 additions, 16 deletionsarch/powerpc/kernel/time.c
- arch/s390/kernel/vtime.c 32 additions, 13 deletionsarch/s390/kernel/vtime.c
- include/linux/vtime.h 6 additions, 10 deletionsinclude/linux/vtime.h
- kernel/sched/cputime.c 9 additions, 4 deletionskernel/sched/cputime.c
Please register or sign in to comment