mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-10 12:57:06 +09:00
ANDROID: sched/fair: export sysctl_sched_latency symbol
Export sysctl_sched_latency symbol to be able to access from vendor modules. Bug: 175448877 Change-Id: Ieae39579f4adfe2bb97d0ee6b1970dd904aafdda Signed-off-by: Satya Durga Srinivasu Prabhala <satyap@codeaurora.org>
This commit is contained in:
committed by
Todd Kjos
parent
f94f1b9114
commit
b8042f5e29
@@ -38,6 +38,7 @@
|
||||
* (default: 6ms * (1 + ilog(ncpus)), units: nanoseconds)
|
||||
*/
|
||||
unsigned int sysctl_sched_latency = 6000000ULL;
|
||||
EXPORT_SYMBOL_GPL(sysctl_sched_latency);
|
||||
static unsigned int normalized_sysctl_sched_latency = 6000000ULL;
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user