diff --git a/sy_old/mars_light.c b/sy_old/mars_light.c index 9e403447..f3f7ce3a 100644 --- a/sy_old/mars_light.c +++ b/sy_old/mars_light.c @@ -4129,8 +4129,14 @@ EXPORT_SYMBOL_GPL(global_free_space); static int __init init_light(void) { + extern int min_free_kbytes; + int new_limit = 4096; int status = 0; + // bump the min_free limit + if (min_free_kbytes < new_limit) + min_free_kbytes = new_limit; + init_say(); // this must come first #ifdef CONFIG_MARS_HAVE_BIGMODULE