]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
jiffies: Remove obsolete SHIFTED_HZ comment
authorBjorn Helgaas <bhelgaas@google.com>
Mon, 25 Aug 2025 20:34:23 +0000 (15:34 -0500)
committerThomas Gleixner <tglx@linutronix.de>
Wed, 3 Sep 2025 09:59:28 +0000 (11:59 +0200)
b3c869d35b9b ("jiffies: Remove compile time assumptions about
CLOCK_TICK_RATE") removed the last definition of SHIFTED_HZ but left
behind comments about it.  Remove the comments as well.

Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Link: https://lore.kernel.org/all/20250825203425.796034-1-helgaas@kernel.org
include/linux/jiffies.h
include/vdso/jiffies.h

index 91b20788273dfa224d68fbc84388c297b335af47..0d1927da80551342d6018a94be8e1498c42363f1 100644 (file)
@@ -61,7 +61,7 @@
 
 extern void register_refined_jiffies(long clock_tick_rate);
 
-/* TICK_USEC is the time between ticks in usec assuming SHIFTED_HZ */
+/* TICK_USEC is the time between ticks in usec */
 #define TICK_USEC ((USEC_PER_SEC + HZ/2) / HZ)
 
 /* USER_TICK_USEC is the time between ticks in usec assuming fake USER_HZ */
index 2f9d596c8b2977faab39624eb43901fa4280432c..8ca04a141412ecd5df4d0dfa58152bf9580f310f 100644 (file)
@@ -5,7 +5,7 @@
 #include <asm/param.h>                 /* for HZ */
 #include <vdso/time64.h>
 
-/* TICK_NSEC is the time between ticks in nsec assuming SHIFTED_HZ */
+/* TICK_NSEC is the time between ticks in nsec */
 #define TICK_NSEC ((NSEC_PER_SEC+HZ/2)/HZ)
 
 #endif /* __VDSO_JIFFIES_H */