forked from luck/tmp_suning_uos_patched
[MIPS] clocksource: use CLOCKSOURCE_MASK() macro
Signed-off-by: Franck Bui-Huu <fbuihuu@gmail.com> Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
This commit is contained in:
parent
599ca0fb63
commit
55d0b4e3f6
|
@ -306,7 +306,7 @@ static unsigned int __init calibrate_hpt(void)
|
|||
|
||||
struct clocksource clocksource_mips = {
|
||||
.name = "MIPS",
|
||||
.mask = 0xffffffff,
|
||||
.mask = CLOCKSOURCE_MASK(32),
|
||||
.flags = CLOCK_SOURCE_IS_CONTINUOUS,
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user