From fcb847b6bb1d8e8bd92365b266c2e4faefe56d38 Mon Sep 17 00:00:00 2001
From: Luis Gerhorst <privat@luisgerhorst.de>
Date: Wed, 8 Apr 2020 17:07:34 +0200
Subject: [PATCH] EXPORT_SYMBOL(topology_set_cpu_scale)

---
 arch/x86/kernel/smpboot.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/x86/kernel/smpboot.c b/arch/x86/kernel/smpboot.c
index 4b2548357872b..4941275f80c20 100644
--- a/arch/x86/kernel/smpboot.c
+++ b/arch/x86/kernel/smpboot.c
@@ -2100,6 +2100,7 @@ void topology_set_cpu_scale(unsigned int cpu, unsigned long capacity)
 {
 	per_cpu(cpu_scale, cpu) = capacity;
 }
+EXPORT_SYMBOL(topology_set_cpu_scale);
 
 static ssize_t cpu_capacity_show(struct device *dev,
 				 struct device_attribute *attr,
-- 
GitLab