Skip to content

Commit 12bbf09

Browse files
committed
s390/time: remove select CLOCKSOURCE_VALIDATE_LAST_CYCLE again
Sven Schnelle reported that setting CLOCKSOURCE_VALIDATE_LAST_CYCLE doesn't make sense: even if our tod clock overflows delta calculation (now - last) with unsigned 64 bit values will still be correct. Therefore revert commit 555701a ("s390/time: select CLOCKSOURCE_VALIDATE_LAST_CYCLE"). Fixes: 555701a ("s390/time: select CLOCKSOURCE_VALIDATE_LAST_CYCLE") Reported-by: Sven Schnelle <[email protected]> Signed-off-by: Heiko Carstens <[email protected]>
1 parent 0990d83 commit 12bbf09

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

arch/s390/Kconfig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,6 @@ config S390
126126
select HAVE_ARCH_JUMP_LABEL_RELATIVE
127127
select HAVE_ARCH_KASAN
128128
select HAVE_ARCH_KASAN_VMALLOC
129-
select CLOCKSOURCE_VALIDATE_LAST_CYCLE
130129
select CPU_NO_EFFICIENT_FFS if !HAVE_MARCH_Z9_109_FEATURES
131130
select HAVE_ARCH_SECCOMP_FILTER
132131
select HAVE_ARCH_SOFT_DIRTY

0 commit comments

Comments
 (0)