cpumask: export cpumask_any_but
authorJacob Pan <jacob.jun.pan@linux.intel.com>
Wed, 24 Feb 2016 21:31:35 +0000 (13:31 -0800)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Tue, 8 Mar 2016 23:26:43 +0000 (00:26 +0100)
commit16ccbd87c2e5d95f40f3b7a90f40cc2b34b89a22
tree063c3e1fd92339c18cee540e1d36c5f5dc1e8fe3
parentf6cede5b49e822ebc41a099fe41ab4989f64e2cb
cpumask: export cpumask_any_but

Export cpumask_any_but() for module use. This will be used by drivers
such as intel_rapl to locate an active cpu on a socket.

Signed-off-by: Jacob Pan <jacob.jun.pan@linux.intel.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
lib/cpumask.c