[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:
Franck Bui-Huu 2007-05-04 17:36:44 +02:00 committed by Ralf Baechle
parent 599ca0fb63
commit 55d0b4e3f6
1 changed files with 1 additions and 1 deletions

View File

@ -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,
};