diff --git a/mm/vmpressure.c b/mm/vmpressure.c index 58b72c0322af..42e53afaf893 100755 --- a/mm/vmpressure.c +++ b/mm/vmpressure.c @@ -37,13 +37,9 @@ static const unsigned int vmpressure_level_med = 60; static const unsigned int vmpressure_level_critical = 95; static unsigned long vmpressure_scale_max = 100; -module_param_named(vmpressure_scale_max, vmpressure_scale_max, - ulong, 0644); /* vmpressure values >= this will be scaled based on allocstalls */ static unsigned long allocstall_threshold = 70; -module_param_named(allocstall_threshold, allocstall_threshold, - ulong, 0644); static struct vmpressure global_vmpressure; static BLOCKING_NOTIFIER_HEAD(vmpressure_notifier);