summaryrefslogtreecommitdiff
path: root/arch/x86
diff options
context:
space:
mode:
authorPhil Auld <pauld@redhat.com>2024-05-30 14:15:48 -0400
committerIngo Molnar <mingo@kernel.org>2024-05-31 11:48:42 +0200
commitd40605a6823577a6c40fad6fb1f10a40ea0389d7 (patch)
tree9194e8875efbd49abc7d83c713618b8ca682cf47 /arch/x86
parent49217ea147df7647cb89161b805c797487783fc0 (diff)
sched/x86: Export 'percpu arch_freq_scale'
Commit: 7bc263840bc3 ("sched/topology: Consolidate and clean up access to a CPU's max compute capacity") removed rq->cpu_capacity_orig in favor of using arch_scale_freq_capacity() calls. Export the underlying percpu symbol on x86 so that external trace point helper modules can be made to work again. Signed-off-by: Phil Auld <pauld@redhat.com> Signed-off-by: Ingo Molnar <mingo@kernel.org> Cc: Peter Zijlstra <peterz@infradead.org> Link: https://lore.kernel.org/r/20240530181548.2039216-1-pauld@redhat.com
Diffstat (limited to 'arch/x86')
-rw-r--r--arch/x86/kernel/cpu/aperfmperf.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/x86/kernel/cpu/aperfmperf.c b/arch/x86/kernel/cpu/aperfmperf.c
index f9a8c7b7943f..b3fa61d45352 100644
--- a/arch/x86/kernel/cpu/aperfmperf.c
+++ b/arch/x86/kernel/cpu/aperfmperf.c
@@ -345,6 +345,7 @@ static DECLARE_WORK(disable_freq_invariance_work,
disable_freq_invariance_workfn);
DEFINE_PER_CPU(unsigned long, arch_freq_scale) = SCHED_CAPACITY_SCALE;
+EXPORT_PER_CPU_SYMBOL_GPL(arch_freq_scale);
static void scale_freq_tick(u64 acnt, u64 mcnt)
{