From: Thomas Gleixner Date: Fri, 23 Jan 2026 23:17:48 +0000 (+0100) Subject: parisc: Remove unused clocksource flags X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2a14f7c5ee790d9e49ec7df8efa7eb9446028d7e;p=thirdparty%2Fkernel%2Flinux.git parisc: Remove unused clocksource flags 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 Signed-off-by: Thomas Gleixner Acked-by: Helge Deller Link: https://patch.msgid.link/20260123231521.655892451@kernel.org --- diff --git a/arch/parisc/kernel/time.c b/arch/parisc/kernel/time.c index 94dc48455dc67..71c9d54269957 100644 --- a/arch/parisc/kernel/time.c +++ b/arch/parisc/kernel/time.c @@ -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 */