Re: [PATCH] x86/tsc: remove the unused check_tsc_disabled()

2016-07-15 Thread Wei, Jiangang
On Fri, 2016-07-15 at 10:34 +0200, Ingo Molnar wrote: > * Wei Jiangang wrote: > > > check_tsc_disabled() was introduced by commit c73deb6aecda ("perf/x86: > > Add ability to calculate TSC from perf sample timestamps"). > > The only caller arch_perf_update_userpage() had been refactored > > by com

Re: [PATCH] x86/tsc: remove the unused check_tsc_disabled()

2016-07-15 Thread Ingo Molnar
* Wei Jiangang wrote: > check_tsc_disabled() was introduced by commit c73deb6aecda ("perf/x86: > Add ability to calculate TSC from perf sample timestamps"). > The only caller arch_perf_update_userpage() had been refactored > by commit fa9cbf320e99 ("perf/x86: Move perf_event.c ... >

[PATCH] x86/tsc: remove the unused check_tsc_disabled()

2016-07-15 Thread Wei Jiangang
check_tsc_disabled() was introduced by commit c73deb6aecda ("perf/x86: Add ability to calculate TSC from perf sample timestamps"). The only caller arch_perf_update_userpage() had been refactored by commit fa9cbf320e99 ("perf/x86: Move perf_event.c ... => x86/events/core.c"). so no need