Files
linux/arch/arm64/include/asm
Anders Roxell f31e98bfae arm64: arch_timer: mark functions as __always_inline
If CONFIG_FUNCTION_GRAPH_TRACER is enabled function
arch_counter_get_cntvct() is marked as notrace. However, function
__arch_counter_get_cntvct is marked as inline. If
CONFIG_OPTIMIZE_INLINING is set that will make the two functions
tracable which they shouldn't.

Rework so that functions __arch_counter_get_* are marked with
__always_inline so they will be inlined even if CONFIG_OPTIMIZE_INLINING
is turned on.

Fixes: 0ea415390c ("clocksource/arm_arch_timer: Use arch_timer_read_counter to access stable counters")
Acked-by: Marc Zyngier <marc.zyngier@arm.com>
Signed-off-by: Anders Roxell <anders.roxell@linaro.org>
Signed-off-by: Will Deacon <will.deacon@arm.com>
2019-06-05 13:24:06 +01:00
..
2019-02-26 16:57:59 +00:00
2017-08-08 16:28:13 +01:00
2016-09-09 11:41:13 +01:00
2014-11-05 09:03:25 +01:00
2019-04-16 16:27:36 +01:00
2019-04-18 17:14:01 +01:00
2018-12-06 14:38:51 +00:00
2019-01-21 17:31:15 +00:00
2018-05-07 07:15:41 +02:00
2019-04-30 12:02:20 +01:00
2014-11-28 10:24:59 +00:00
2019-05-29 13:45:59 +01:00
2016-11-07 18:15:21 +00:00