diff options
author | 2016-03-14 14:21:45 +0100 | |
---|---|---|
committer | 2016-03-14 14:21:45 +0100 | |
commit | 07cc77e05e82b4eb6d11161c31b6aca5ed146baf (patch) | |
tree | 4f37f2016e549f7dd9360cdd68c5aaba050ec429 /lib | |
parent | Merge branch 'device-properties' (diff) | |
parent | powercap/rapl: track lead cpu per package (diff) | |
download | wireguard-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.c | 1 |
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 |