mirror of
https://github.com/torvalds/linux.git
synced 2026-06-07 05:55:44 +02:00
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
|
|
@ -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…
Reference in New Issue
Block a user