Skip to content

Commit

Permalink
[MIPS] clocksource: use CLOCKSOURCE_MASK() macro
Browse files Browse the repository at this point in the history
Signed-off-by: Franck Bui-Huu <fbuihuu@gmail.com>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
  • Loading branch information
Franck Bui-Huu authored and Ralf Baechle committed May 11, 2007
1 parent 599ca0f commit 55d0b4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/mips/kernel/time.c
Original file line number Diff line number Diff line change
Expand Up @@ -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,
};

Expand Down

0 comments on commit 55d0b4e

Please sign in to comment.