mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-06 19:08:57 +09:00
ANDROID: sched: export wake_up_if_idle()
Enable idle drivers to wakeup idle CPUs by exporting wake_up_if_idle(). Bug: 169136276 Signed-off-by: Lina Iyer <ilina@codeaurora.org> Change-Id: If1529ad4b883f36de1692cd3ac1853ff722e3522
This commit is contained in:
@@ -2649,6 +2649,7 @@ void wake_up_if_idle(int cpu)
|
||||
out:
|
||||
rcu_read_unlock();
|
||||
}
|
||||
EXPORT_SYMBOL_GPL(wake_up_if_idle);
|
||||
|
||||
bool cpus_share_cache(int this_cpu, int that_cpu)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user