Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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@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

+1 -4
+1 -4
arch/parisc/kernel/time.c
··· 210 210 .read = read_cr16, 211 211 .mask = CLOCKSOURCE_MASK(BITS_PER_LONG), 212 212 .flags = CLOCK_SOURCE_IS_CONTINUOUS | 213 - CLOCK_SOURCE_VALID_FOR_HRES | 214 - CLOCK_SOURCE_MUST_VERIFY | 215 - CLOCK_SOURCE_VERIFY_PERCPU, 213 + CLOCK_SOURCE_VALID_FOR_HRES, 216 214 }; 217 - 218 215 219 216 /* 220 217 * timer interrupt and sched_clock() initialization