Re: [PATCH] selftests:timers: remove local CLOCKID defines

2024-10-14 Thread Shuah Khan
On 10/11/24 18:49, John Stultz wrote: On Fri, Oct 11, 2024 at 3:52 PM Shuah Khan wrote: timers tests defines CLOCKIDs locally. Remove all local CLOCKIDs except CLOCK_HWSPECIFIC and use defines from time.h header file. CLOCK_HWSPECIFIC and CLOCK_SGI_CYCLE are the same and CLOCK_SGI_CYCLE is de

Re: [PATCH] selftests:timers: remove local CLOCKID defines

2024-10-14 Thread Thomas Gleixner
On Fri, Oct 11 2024 at 16:52, Shuah Khan wrote: > timers tests defines CLOCKIDs locally. Remove all local CLOCKIDs except > CLOCK_HWSPECIFIC and use defines from time.h header file. > > CLOCK_HWSPECIFIC and CLOCK_SGI_CYCLE are the same and CLOCK_SGI_CYCLE > is deprecated, > > Signed-off-by: Shuah K

Re: [PATCH] selftests:timers: remove local CLOCKID defines

2024-10-11 Thread John Stultz
On Fri, Oct 11, 2024 at 3:52 PM Shuah Khan wrote: > > timers tests defines CLOCKIDs locally. Remove all local CLOCKIDs except > CLOCK_HWSPECIFIC and use defines from time.h header file. > > CLOCK_HWSPECIFIC and CLOCK_SGI_CYCLE are the same and CLOCK_SGI_CYCLE > is deprecated, > > Signed-off-by: Sh