ANDROID: sched: export task_rq_lock
Declare task_rq_lock as EXPORT_SYMBOL_GPL needed by vendor module. Bug: 178340230 Signed-off-by: Park Bumgyu <bumgyu.park@samsung.com> Change-Id: I4afc2d67bd208b00e6c43590782196cb4ee07937 (cherry picked from commit fdb1f966f79502b8c6337c16f8ffb17757be0521) Signed-off-by: Carlos Llamas <cmllamas@google.com>
This commit is contained in:
@@ -616,6 +616,7 @@ struct rq *task_rq_lock(struct task_struct *p, struct rq_flags *rf)
|
||||
cpu_relax();
|
||||
}
|
||||
}
|
||||
EXPORT_SYMBOL_GPL(task_rq_lock);
|
||||
|
||||
/*
|
||||
* RQ-clock updating methods:
|
||||
|
||||
Reference in New Issue
Block a user