diff options
author | Arnd Bergmann <[email protected]> | 2017-05-17 22:39:24 +0200 |
---|---|---|
committer | Ingo Molnar <[email protected]> | 2017-05-23 10:11:04 +0200 |
commit | 5c3c2ea6887176c5ae812c9f0350ff65b10e9485 (patch) | |
tree | 57afed9cfde1659203658fd19394b2db75377706 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | 1c3c5eab171590f86edd8d31389d61dd1efe3037 (diff) |
x86/tsc: Fold set_cyc2ns_scale() into caller
The newly introduced wrapper function only has one caller,
and this one is conditional, causing a harmless warning when
CONFIG_CPU_FREQ is disabled:
arch/x86/kernel/tsc.c:189:13: error: 'set_cyc2ns_scale' defined but not used [-Werror=unused-function]
My first idea was to move the wrapper inside of that #ifdef,
but on second thought it seemed nicer to remove it completely
again and rename __set_cyc2ns_scale back to set_cyc2ns_scale,
but leaving the extra argument.
Signed-off-by: Arnd Bergmann <[email protected]>
Acked-by: Peter Zijlstra <[email protected]>
Cc: Linus Torvalds <[email protected]>
Cc: Prarit Bhargava <[email protected]>
Cc: Thomas Gleixner <[email protected]>
Fixes: 615cd03373a0 ("x86/tsc: Fix sched_clock() sync")
Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Ingo Molnar <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions