s390/time: remove select CLOCKSOURCE_VALIDATE_LAST_CYCLE again
authorHeiko Carstens <hca@linux.ibm.com>
Wed, 5 Aug 2020 12:50:41 +0000 (14:50 +0200)
committerHeiko Carstens <hca@linux.ibm.com>
Tue, 11 Aug 2020 16:16:48 +0000 (18:16 +0200)
commit12bbf0962afa903321f28c454d7b667199ae55da
tree9928ee5d363b70f99aac76082b95d6d7f0cff70e
parent0990d836cecb207071492f5679d5b07b26574205
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 555701a714f7 ("s390/time: select
CLOCKSOURCE_VALIDATE_LAST_CYCLE").

Fixes: 555701a714f7 ("s390/time: select CLOCKSOURCE_VALIDATE_LAST_CYCLE")
Reported-by: Sven Schnelle <svens@linux.ibm.com>
Signed-off-by: Heiko Carstens <hca@linux.ibm.com>
arch/s390/Kconfig