mirror of
https://github.com/torvalds/linux.git
synced 2026-06-07 05:55:44 +02:00
ANDROID: cpuidle: export cpuidle_driver_state_disabled
Export cpuidle_driver_state_disabled() so that CPU idle states may be disabled at runtime for debugging CPU and cluster idle states. Bug: 175718935 Signed-off-by: Lina Iyer <ilina@codeaurora.org> Change-Id: Id9038074d64fb6c0444d9aca68420414c3223e93
This commit is contained in:
parent
f50aeaf27c
commit
de93734e22
|
|
@ -381,3 +381,4 @@ void cpuidle_driver_state_disabled(struct cpuidle_driver *drv, int idx,
|
|||
|
||||
mutex_unlock(&cpuidle_lock);
|
||||
}
|
||||
EXPORT_SYMBOL_GPL(cpuidle_driver_state_disabled);
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user