Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

hrtimer: Remove unused resolution constants

These constants are never used, remove them.

Signed-off-by: Thomas Weißschuh <thomas.weissschuh@linutronix.de>
Signed-off-by: Thomas Gleixner <tglx@kernel.org>
Link: https://patch.msgid.link/20260107-hrtimer-header-cleanup-v1-1-1a698ef0ddae@linutronix.de

authored by

Thomas Weißschuh and committed by
Thomas Gleixner
0483e5e1 47253444

-8
-8
include/linux/hrtimer_defs.h
··· 15 15 * this resolution values. 16 16 */ 17 17 # define HIGH_RES_NSEC 1 18 - # define KTIME_HIGH_RES (HIGH_RES_NSEC) 19 - # define MONOTONIC_RES_NSEC HIGH_RES_NSEC 20 - # define KTIME_MONOTONIC_RES KTIME_HIGH_RES 21 - 22 - #else 23 - 24 - # define MONOTONIC_RES_NSEC LOW_RES_NSEC 25 - # define KTIME_MONOTONIC_RES KTIME_LOW_RES 26 18 27 19 #endif 28 20