Commit 030c9f813b8e for kernel

commit 030c9f813b8e48d2b066983c94cf6294968f9496
Merge: 0dd1a54f4434 dfc256dac54c
Author: Linus Torvalds <torvalds@linux-foundation.org>
Date:   Tue Aug 18 15:58:29 2026 -0700

    Merge tag 'timers-cleanups-2026-08-17' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip

    Pull treewide timer related cleanups from Thomas Gleixner:

     - Remove the leftover CLOCK_TICK_RATE which has been scheduled for
       removal more than a decade ago along with some now empty asm/timex.h
       files.

     - Consolidate delay timer calibration

       The construct of having a define in a header requires that
       architectures provided asm/timex.h for no reason. Also the function
       name for reading the delay timer is confusing at best.

       Use a config switch to enable that functionality and rename the
       function to delay_read_timer() to make the purpose clear.

       This removes some more now empty asm/timex.h files as well.

    * tag 'timers-cleanups-2026-08-17' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:
      calibrate: Rework delay timer calibration
      treewide: Remove CLOCK_TICK_RATE
      x86: Use PIT_TICK_RATE instead of CLOCK_TICK_RATE