diff options
Diffstat (limited to 'drivers/clocksource/arm_arch_timer.c')
-rw-r--r-- | drivers/clocksource/arm_arch_timer.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/drivers/clocksource/arm_arch_timer.c b/drivers/clocksource/arm_arch_timer.c index b2a951a798e2..5c69c9a9a6a4 100644 --- a/drivers/clocksource/arm_arch_timer.c +++ b/drivers/clocksource/arm_arch_timer.c | |||
@@ -149,22 +149,22 @@ u32 arch_timer_reg_read(int access, enum arch_timer_reg reg, | |||
149 | return val; | 149 | return val; |
150 | } | 150 | } |
151 | 151 | ||
152 | static u64 arch_counter_get_cntpct_stable(void) | 152 | static notrace u64 arch_counter_get_cntpct_stable(void) |
153 | { | 153 | { |
154 | return __arch_counter_get_cntpct_stable(); | 154 | return __arch_counter_get_cntpct_stable(); |
155 | } | 155 | } |
156 | 156 | ||
157 | static u64 arch_counter_get_cntpct(void) | 157 | static notrace u64 arch_counter_get_cntpct(void) |
158 | { | 158 | { |
159 | return __arch_counter_get_cntpct(); | 159 | return __arch_counter_get_cntpct(); |
160 | } | 160 | } |
161 | 161 | ||
162 | static u64 arch_counter_get_cntvct_stable(void) | 162 | static notrace u64 arch_counter_get_cntvct_stable(void) |
163 | { | 163 | { |
164 | return __arch_counter_get_cntvct_stable(); | 164 | return __arch_counter_get_cntvct_stable(); |
165 | } | 165 | } |
166 | 166 | ||
167 | static u64 arch_counter_get_cntvct(void) | 167 | static notrace u64 arch_counter_get_cntvct(void) |
168 | { | 168 | { |
169 | return __arch_counter_get_cntvct(); | 169 | return __arch_counter_get_cntvct(); |
170 | } | 170 | } |