ANDROID: sched/fair: export sysctl_sched_min_granularity symbol
Export sysctl_sched_min_granularity to be able to access from vendor modules. Bug: 170487162 Signed-off-by: Wei Wang <wvw@google.com> Change-Id: I31d63adaa66280eb4c1c1daa75208c6b61c83781
This commit is contained in:
parent
73599c263e
commit
f57d242977
1 changed files with 1 additions and 0 deletions
|
|
@ -60,6 +60,7 @@ enum sched_tunable_scaling sysctl_sched_tunable_scaling = SCHED_TUNABLESCALING_L
|
|||
* (default: 0.75 msec * (1 + ilog(ncpus)), units: nanoseconds)
|
||||
*/
|
||||
unsigned int sysctl_sched_min_granularity = 750000ULL;
|
||||
EXPORT_SYMBOL_GPL(sysctl_sched_min_granularity);
|
||||
static unsigned int normalized_sysctl_sched_min_granularity = 750000ULL;
|
||||
|
||||
/*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue