aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/lib
diff options
context:
space:
mode:
authorRafael J. Wysocki <rafael.j.wysocki@intel.com>2016-03-14 14:21:45 +0100
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>2016-03-14 14:21:45 +0100
commit07cc77e05e82b4eb6d11161c31b6aca5ed146baf (patch)
tree4f37f2016e549f7dd9360cdd68c5aaba050ec429 /lib
parentMerge branch 'device-properties' (diff)
parentpowercap/rapl: track lead cpu per package (diff)
downloadwireguard-linux-07cc77e05e82b4eb6d11161c31b6aca5ed146baf.tar.xz
wireguard-linux-07cc77e05e82b4eb6d11161c31b6aca5ed146baf.zip
Merge branch 'powercap'
* powercap: powercap/rapl: track lead cpu per package powercap/rapl: add package reference per domain powercap/rapl: reduce ipi calls cpumask: export cpumask_any_but
Diffstat (limited to 'lib')
-rw-r--r--lib/cpumask.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/cpumask.c b/lib/cpumask.c
index 5a70f6196f57..81dedaab36cc 100644
--- a/lib/cpumask.c
+++ b/lib/cpumask.c
@@ -41,6 +41,7 @@ int cpumask_any_but(const struct cpumask *mask, unsigned int cpu)
break;
return i;
}
+EXPORT_SYMBOL(cpumask_any_but);
/* These are not inline because of header tangles. */
#ifdef CONFIG_CPUMASK_OFFSTACK