|
@@ -110,7 +110,7 @@ static int min_percpu_pagelist_fract = 8;
|
|
|
|
|
|
static int ngroups_max = NGROUPS_MAX;
|
|
|
|
|
|
-#ifdef CONFIG_KMOD
|
|
|
+#ifdef CONFIG_MODULES
|
|
|
extern char modprobe_path[];
|
|
|
#endif
|
|
|
#ifdef CONFIG_CHR_DEV_SG
|
|
@@ -475,7 +475,7 @@ static struct ctl_table kern_table[] = {
|
|
|
.proc_handler = &ftrace_enable_sysctl,
|
|
|
},
|
|
|
#endif
|
|
|
-#ifdef CONFIG_KMOD
|
|
|
+#ifdef CONFIG_MODULES
|
|
|
{
|
|
|
.ctl_name = KERN_MODPROBE,
|
|
|
.procname = "modprobe",
|