Re: [RFC PATCH 2/3] powerpc: remove the last remnants of cputime_t

2022-10-06 Thread Michael Ellerman
Nicholas Piggin writes: > cputime_t is no longer, converted to u64. Would be good to have some explanation of why we had it and why we don't need it anymore. cheers > diff --git a/arch/powerpc/include/asm/cputime.h > b/arch/powerpc/include/asm/cputime.h > index 431ae2343022..4961fb38e438

[RFC PATCH 2/3] powerpc: remove the last remnants of cputime_t

2022-10-04 Thread Nicholas Piggin
cputime_t is no longer, converted to u64. Signed-off-by: Nicholas Piggin --- arch/powerpc/include/asm/cputime.h | 17 + arch/powerpc/kernel/time.c | 23 ++- 2 files changed, 3 insertions(+), 37 deletions(-) diff --git