Re: [PATCH] cputime: remove cputime_to_nsecs fallback

2022-12-21 Thread Alexander Gordeev
On Tue, Dec 20, 2022 at 05:07:05PM +1000, Nicholas Piggin wrote: > The archs that use cputime_to_nsecs() internally provide their own > definition and don't need the fallback. cputime_to_usecs() unused except > in this fallback, and is not defined anywhere. > > This removes the final remnant of

[PATCH] cputime: remove cputime_to_nsecs fallback

2022-12-19 Thread Nicholas Piggin
The archs that use cputime_to_nsecs() internally provide their own definition and don't need the fallback. cputime_to_usecs() unused except in this fallback, and is not defined anywhere. This removes the final remnant of the cputime_t code from the kernel. Cc: Peter Zijlstra Cc: Rik van Riel