mirror of
https://github.com/torvalds/linux.git
synced 2026-06-06 21:45:45 +02:00
ANDROID: sched: Export symbol for vendor RT hook funcion
Export cpupri_find_fitness. Bug: 174030348 Signed-off-by: Rick Yiu <rickyiu@google.com> Change-Id: I47b2af2395bc7a618eb4f4af4469cc2422e25446 Signed-off-by: Will McVicker <willmcvicker@google.com>
This commit is contained in:
parent
a68d66b29e
commit
95fd09fa3a
|
|
@ -214,6 +214,7 @@ int cpupri_find_fitness(struct cpupri *cp, struct task_struct *p,
|
|||
|
||||
return 0;
|
||||
}
|
||||
EXPORT_SYMBOL_GPL(cpupri_find_fitness);
|
||||
|
||||
/**
|
||||
* cpupri_set - update the CPU priority setting
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user