disable /proc/sys/mars/loadavg_limit by default

This commit is contained in:
Thomas Schoebel-Theuer 2012-02-14 14:27:12 +01:00 committed by Thomas Schoebel-Theuer
parent 4a9f141f8b
commit 49336fdcac
1 changed files with 1 additions and 1 deletions

View File

@ -146,7 +146,7 @@ int errors_sysctl_handler(
}
#ifdef CONFIG_MARS_LOADAVG_LIMIT
int mars_max_loadavg = 8;
int mars_max_loadavg = 0;
EXPORT_SYMBOL_GPL(mars_max_loadavg);
#endif