diff options
| author | Heiko Carstens <heiko.carstens@de.ibm.com> | 2007-11-20 05:13:34 -0500 |
|---|---|---|
| committer | Martin Schwidefsky <schwidefsky@de.ibm.com> | 2007-11-20 05:13:45 -0500 |
| commit | 37e3a6ac5a30468021a2f366e497d455bbcb5d21 (patch) | |
| tree | 4dd18ad0044c766407fc4578ab3804ade67a50b5 /kernel | |
| parent | 43ebbf119a9670d8f08b9e57968e109c770f8636 (diff) | |
[S390] appldata: remove unused binary sysctls.
Remove binary sysctls that never worked due to missing strategy functions.
Cc: "Eric W. Biederman" <ebiederm@xmission.com>
Cc: Christian Borntraeger <borntraeger@de.ibm.com>
Cc: Gerald Schaefer <geraldsc@de.ibm.com>
Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
Diffstat (limited to 'kernel')
| -rw-r--r-- | kernel/sysctl_check.c | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/kernel/sysctl_check.c b/kernel/sysctl_check.c index cde6d780b0..8f5baac1eb 100644 --- a/kernel/sysctl_check.c +++ b/kernel/sysctl_check.c | |||
| @@ -1216,16 +1216,6 @@ static struct trans_ctl_table trans_arlan_table[] = { | |||
| 1216 | {} | 1216 | {} |
| 1217 | }; | 1217 | }; |
| 1218 | 1218 | ||
| 1219 | static struct trans_ctl_table trans_appldata_table[] = { | ||
| 1220 | { CTL_APPLDATA_TIMER, "timer" }, | ||
| 1221 | { CTL_APPLDATA_INTERVAL, "interval" }, | ||
| 1222 | { CTL_APPLDATA_OS, "os" }, | ||
| 1223 | { CTL_APPLDATA_NET_SUM, "net_sum" }, | ||
| 1224 | { CTL_APPLDATA_MEM, "mem" }, | ||
| 1225 | {} | ||
| 1226 | |||
| 1227 | }; | ||
| 1228 | |||
| 1229 | static struct trans_ctl_table trans_s390dbf_table[] = { | 1219 | static struct trans_ctl_table trans_s390dbf_table[] = { |
| 1230 | { 5678 /* CTL_S390DBF_STOPPABLE */, "debug_stoppable" }, | 1220 | { 5678 /* CTL_S390DBF_STOPPABLE */, "debug_stoppable" }, |
| 1231 | { 5679 /* CTL_S390DBF_ACTIVE */, "debug_active" }, | 1221 | { 5679 /* CTL_S390DBF_ACTIVE */, "debug_active" }, |
| @@ -1270,7 +1260,6 @@ static struct trans_ctl_table trans_root_table[] = { | |||
| 1270 | { CTL_ABI, "abi" }, | 1260 | { CTL_ABI, "abi" }, |
| 1271 | /* CTL_CPU not used */ | 1261 | /* CTL_CPU not used */ |
| 1272 | { CTL_ARLAN, "arlan", trans_arlan_table }, | 1262 | { CTL_ARLAN, "arlan", trans_arlan_table }, |
| 1273 | { CTL_APPLDATA, "appldata", trans_appldata_table }, | ||
| 1274 | { CTL_S390DBF, "s390dbf", trans_s390dbf_table }, | 1263 | { CTL_S390DBF, "s390dbf", trans_s390dbf_table }, |
| 1275 | { CTL_SUNRPC, "sunrpc", trans_sunrpc_table }, | 1264 | { CTL_SUNRPC, "sunrpc", trans_sunrpc_table }, |
| 1276 | { CTL_PM, "pm", trans_pm_table }, | 1265 | { CTL_PM, "pm", trans_pm_table }, |
