mirror of
https://github.com/nxp-imx/linux-imx.git
synced 2025-07-13 20:59:37 +02:00
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:
parent
27ef0d81a1
commit
6ff1732938
|
@ -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;
|
||||
|
||||
/*
|
||||
|
|
Loading…
Reference in New Issue
Block a user