[tip: timers/core] parisc: Remove unused clocksource flags
From: tip-bot2 for Thomas Gleixner
Date: Thu Mar 12 2026 - 07:27:10 EST
The following commit has been merged into the timers/core branch of tip:
Commit-ID: 2a14f7c5ee790d9e49ec7df8efa7eb9446028d7e
Gitweb: https://git.kernel.org/tip/2a14f7c5ee790d9e49ec7df8efa7eb9446028d7e
Author: Thomas Gleixner <tglx@xxxxxxxxxx>
AuthorDate: Sat, 24 Jan 2026 00:17:48 +01:00
Committer: Thomas Gleixner <tglx@xxxxxxxxxx>
CommitterDate: Thu, 12 Mar 2026 12:23:26 +01:00
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 <tglx@xxxxxxxxxxxxx>
Signed-off-by: Thomas Gleixner <tglx@xxxxxxxxxx>
Acked-by: Helge Deller <deller@xxxxxx>
Link: https://patch.msgid.link/20260123231521.655892451@xxxxxxxxxx
---
arch/parisc/kernel/time.c | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)
diff --git a/arch/parisc/kernel/time.c b/arch/parisc/kernel/time.c
index 94dc484..71c9d54 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
*/