powerpc: remove the last remnants of cputime_t
authorNicholas Piggin <npiggin@gmail.com>
Thu, 6 Oct 2022 10:56:53 +0000 (20:56 +1000)
committerMichael Ellerman <mpe@ellerman.id.au>
Thu, 24 Nov 2022 12:31:48 +0000 (23:31 +1100)
commitf985adaf2ff934ec869b32ca1f7f97e2825e3a49
tree8a30316d036c65f5a41b7dcd91f514d1a84d2624
parentd90bb7b4fdaff3f2fa68c7af85de2ce9e70189b1
powerpc: remove the last remnants of cputime_t

cputime_t was a core kernel type, removed by commits
ed5c8c854f2b..b672592f0221. As explained in commit b672592f0221
("sched/cputime: Remove generic asm headers"), the final cleanup
is for the arch to provide cputime_to_nsec[s](). Commit ade7667a981b
("powerpc: Add cputime_to_nsecs()") did that, but justdidn't remove
the then-unused cputime_to_usecs(), cputime_t type, and associated
remnants.

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