aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/sysctl_check.c
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/sysctl_check.c')
-rw-r--r--kernel/sysctl_check.c14
1 files changed, 0 insertions, 14 deletions
diff --git a/kernel/sysctl_check.c b/kernel/sysctl_check.c
index fdfca0dd9905..6972f26c65f7 100644
--- a/kernel/sysctl_check.c
+++ b/kernel/sysctl_check.c
@@ -140,9 +140,6 @@ static struct trans_ctl_table trans_vm_table[] = {
140 { VM_PANIC_ON_OOM, "panic_on_oom" }, 140 { VM_PANIC_ON_OOM, "panic_on_oom" },
141 { VM_VDSO_ENABLED, "vdso_enabled" }, 141 { VM_VDSO_ENABLED, "vdso_enabled" },
142 { VM_MIN_SLAB, "min_slab_ratio" }, 142 { VM_MIN_SLAB, "min_slab_ratio" },
143 { VM_CMM_PAGES, "cmm_pages" },
144 { VM_CMM_TIMED_PAGES, "cmm_timed_pages" },
145 { VM_CMM_TIMEOUT, "cmm_timeout" },
146 143
147 {} 144 {}
148}; 145};
@@ -1188,16 +1185,6 @@ static struct trans_ctl_table trans_arlan_table[] = {
1188 {} 1185 {}
1189}; 1186};
1190 1187
1191static struct trans_ctl_table trans_appldata_table[] = {
1192 { CTL_APPLDATA_TIMER, "timer" },
1193 { CTL_APPLDATA_INTERVAL, "interval" },
1194 { CTL_APPLDATA_OS, "os" },
1195 { CTL_APPLDATA_NET_SUM, "net_sum" },
1196 { CTL_APPLDATA_MEM, "mem" },
1197 {}
1198
1199};
1200
1201static struct trans_ctl_table trans_s390dbf_table[] = { 1188static struct trans_ctl_table trans_s390dbf_table[] = {
1202 { 5678 /* CTL_S390DBF_STOPPABLE */, "debug_stoppable" }, 1189 { 5678 /* CTL_S390DBF_STOPPABLE */, "debug_stoppable" },
1203 { 5679 /* CTL_S390DBF_ACTIVE */, "debug_active" }, 1190 { 5679 /* CTL_S390DBF_ACTIVE */, "debug_active" },
@@ -1242,7 +1229,6 @@ static struct trans_ctl_table trans_root_table[] = {
1242 { CTL_ABI, "abi" }, 1229 { CTL_ABI, "abi" },
1243 /* CTL_CPU not used */ 1230 /* CTL_CPU not used */
1244 { CTL_ARLAN, "arlan", trans_arlan_table }, 1231 { CTL_ARLAN, "arlan", trans_arlan_table },
1245 { CTL_APPLDATA, "appldata", trans_appldata_table },
1246 { CTL_S390DBF, "s390dbf", trans_s390dbf_table }, 1232 { CTL_S390DBF, "s390dbf", trans_s390dbf_table },
1247 { CTL_SUNRPC, "sunrpc", trans_sunrpc_table }, 1233 { CTL_SUNRPC, "sunrpc", trans_sunrpc_table },
1248 { CTL_PM, "pm", trans_pm_table }, 1234 { CTL_PM, "pm", trans_pm_table },