ANDROID: Export sysctl_sched_base_slice

So that out of tree modules can access it.

Bug: 344826816
Signed-off-by: Qais Yousef <qyousef@google.com>
Change-Id: Icdb796109b1907fe97f4711eeddec050c0a19b8a
This commit is contained in:
Qais Yousef 2024-06-14 22:06:30 +00:00 committed by John Stultz
parent 27ef0d81a1
commit 6ff1732938

View File

@ -96,6 +96,7 @@ unsigned int sysctl_sched_tunable_scaling = SCHED_TUNABLESCALING_LOG;
* (default: 0.75 msec * (1 + ilog(ncpus)), units: nanoseconds)
*/
unsigned int sysctl_sched_base_slice = 750000ULL;
EXPORT_SYMBOL_GPL(sysctl_sched_base_slice);
static unsigned int normalized_sysctl_sched_base_slice = 750000ULL;
/*