summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-stm/clocksource-imx23.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/mach-stm/clocksource-imx23.c')
-rw-r--r--arch/arm/mach-stm/clocksource-imx23.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-stm/clocksource-imx23.c b/arch/arm/mach-stm/clocksource-imx23.c
index 7c0268c1fb..f7c94c1d75 100644
--- a/arch/arm/mach-stm/clocksource-imx23.c
+++ b/arch/arm/mach-stm/clocksource-imx23.c
@@ -48,7 +48,7 @@ static uint64_t imx23_clocksource_read(void)
static struct clocksource cs = {
.read = imx23_clocksource_read,
- .mask = 0x0000ffff,
+ .mask = CLOCKSOURCE_MASK(16),
.shift = 10,
};