mirror of
https://github.com/hardkernel/linux.git
synced 2026-03-25 20:10:23 +09: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:
@@ -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;
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user