mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 03:15:31 +09:00
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
This commit is contained in:
committed by
Quentin Perret
parent
cabf26b4eb
commit
9e280ea43e
@@ -612,6 +612,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