mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-12-16 01:04:08 +08:00
s390/time: use CLOCKSOURCE_MASK
Make use of CLOCKSOURCE_MASK instead of open-coding it. Signed-off-by: Heiko Carstens <hca@linux.ibm.com>
This commit is contained in:
parent
3f161e0ae8
commit
58e15716fe
@ -253,7 +253,7 @@ static struct clocksource clocksource_tod = {
|
||||
.name = "tod",
|
||||
.rating = 400,
|
||||
.read = read_tod_clock,
|
||||
.mask = -1ULL,
|
||||
.mask = CLOCKSOURCE_MASK(64),
|
||||
.mult = 1000,
|
||||
.shift = 12,
|
||||
.flags = CLOCK_SOURCE_IS_CONTINUOUS,
|
||||
|
Loading…
Reference in New Issue
Block a user