]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
parisc: Remove unused clocksource flags
authorThomas Gleixner <tglx@kernel.org>
Fri, 23 Jan 2026 23:17:48 +0000 (00:17 +0100)
committerThomas Gleixner <tglx@kernel.org>
Thu, 12 Mar 2026 11:23:26 +0000 (12:23 +0100)
PARISC does not enable the clocksource watchdog, so the VERIFY flags are
pointless as they are not evaluated. Remove them from the clocksource.

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Thomas Gleixner <tglx@kernel.org>
Acked-by: Helge Deller <deller@gmx.de>
Link: https://patch.msgid.link/20260123231521.655892451@kernel.org
arch/parisc/kernel/time.c

index 94dc48455dc677dff8f6756cad1e399cd71c2ec9..71c9d542699574a7cc2dc70d39bdb2edd7a7db23 100644 (file)
@@ -210,12 +210,9 @@ static struct clocksource clocksource_cr16 = {
        .read                   = read_cr16,
        .mask                   = CLOCKSOURCE_MASK(BITS_PER_LONG),
        .flags                  = CLOCK_SOURCE_IS_CONTINUOUS |
-                                       CLOCK_SOURCE_VALID_FOR_HRES |
-                                       CLOCK_SOURCE_MUST_VERIFY |
-                                       CLOCK_SOURCE_VERIFY_PERCPU,
+                                 CLOCK_SOURCE_VALID_FOR_HRES,
 };
 
-
 /*
  * timer interrupt and sched_clock() initialization
  */