Re: [PATCH] powerpc: remove the last remnants of cputime_t

2022-11-30 Thread Michael Ellerman
On Thu, 6 Oct 2022 20:56:53 +1000, Nicholas Piggin wrote: > 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](). Co

[PATCH] powerpc: remove the last remnants of cputime_t

2022-10-06 Thread Nicholas Piggin
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, bu