]> www.infradead.org Git - users/jedix/linux-maple.git/commit
selftests:timers: remove local CLOCKID defines
authorShuah Khan <skhan@linuxfoundation.org>
Fri, 11 Oct 2024 22:52:36 +0000 (16:52 -0600)
committerShuah Khan <skhan@linuxfoundation.org>
Mon, 14 Oct 2024 22:15:13 +0000 (16:15 -0600)
commitecfe6870abac400036d802e28dde4822ec153ffd
tree7796a6eacdf77ec0985790d3b4ec5ec657e51471
parent488be88a3237f840fd5992465945ed6914b46257
selftests:timers: remove local CLOCKID defines

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 Khan <skhan@linuxfoundation.org>
Acked-by: John Stultz <jstultz@google.com>
Signed-off-by: Shuah Khan <skhan@linuxfoundation.org>
tools/testing/selftests/timers/adjtick.c
tools/testing/selftests/timers/alarmtimer-suspend.c
tools/testing/selftests/timers/inconsistency-check.c
tools/testing/selftests/timers/nanosleep.c
tools/testing/selftests/timers/nsleep-lat.c
tools/testing/selftests/timers/raw_skew.c
tools/testing/selftests/timers/set-timer-lat.c