OSDN Git Service

powerpc/time: inline arch_vtime_task_switch()
authorChristophe Leroy <christophe.leroy@c-s.fr>
Tue, 29 May 2018 16:19:14 +0000 (16:19 +0000)
committerMichael Ellerman <mpe@ellerman.id.au>
Sun, 3 Jun 2018 14:39:20 +0000 (00:39 +1000)
commit60f1d2893ee6de65cdea609c84950b133e76a769
tree2df14a87991219868fe6b5f62276733ef707c3d7
parent1c38976334c0efce1b285369a6037f205e196299
powerpc/time: inline arch_vtime_task_switch()

arch_vtime_task_switch() is a small function which is called
only from vtime_common_task_switch(), so it is worth inlining

Signed-off-by: Christophe Leroy <christophe.leroy@c-s.fr>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
arch/powerpc/include/asm/cputime.h
arch/powerpc/kernel/time.c