powerpc/pseries: Move dtl scanning and steal time accounting to pseries platform
authorNicholas Piggin <npiggin@gmail.com>
Fri, 2 Sep 2022 08:53:16 +0000 (18:53 +1000)
committerMichael Ellerman <mpe@ellerman.id.au>
Mon, 5 Sep 2022 04:14:27 +0000 (14:14 +1000)
commit6ba5aa541aaa079c0ca888f7fe564b2035d5ca0a
tree05e5f79fbad3479a67fb13d8e55fc40b024204ea
parent02382aff72357727f9eee5107fd32c6cd070f1d6
powerpc/pseries: Move dtl scanning and steal time accounting to pseries platform

dtl is the PAPR Dispatch Trace Log, which is entirely a pseries feature.
The pseries platform alrady has a file dealing with the dtl, so move
scanning for stolen time accounting there from kernel/time.c.

Signed-off-by: Nicholas Piggin <npiggin@gmail.com>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link: https://lore.kernel.org/r/20220902085316.2071519-5-npiggin@gmail.com
arch/powerpc/include/asm/cputime.h
arch/powerpc/include/asm/dtl.h
arch/powerpc/include/asm/time.h
arch/powerpc/kernel/time.c
arch/powerpc/platforms/pseries/dtl.c