summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-netx/clocksource.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/mach-netx/clocksource.c')
-rw-r--r--arch/arm/mach-netx/clocksource.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-netx/clocksource.c b/arch/arm/mach-netx/clocksource.c
index 818709df47..853eab71fa 100644
--- a/arch/arm/mach-netx/clocksource.c
+++ b/arch/arm/mach-netx/clocksource.c
@@ -34,7 +34,7 @@ uint64_t netx_clocksource_read(void)
static struct clocksource cs = {
.read = netx_clocksource_read,
- .mask = 0xffffffff,
+ .mask = CLOCKSOURCE_MASK(32),
.shift = 10,
};