mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-25 08:02:56 +00:00
[S390] cmm: remove unused binary sysctls.
Remove binary sysctls that never worked due to missing strategy functions. Cc: Christian Borntraeger <borntraeger@de.ibm.com> Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com> Signed-off-by: "Eric W. Biederman" <ebiederm@xmission.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
This commit is contained in:
parent
411788ea7f
commit
43ebbf119a
3 changed files with 0 additions and 11 deletions
|
@ -140,9 +140,6 @@ static struct trans_ctl_table trans_vm_table[] = {
|
|||
{ VM_PANIC_ON_OOM, "panic_on_oom" },
|
||||
{ VM_VDSO_ENABLED, "vdso_enabled" },
|
||||
{ VM_MIN_SLAB, "min_slab_ratio" },
|
||||
{ VM_CMM_PAGES, "cmm_pages" },
|
||||
{ VM_CMM_TIMED_PAGES, "cmm_timed_pages" },
|
||||
{ VM_CMM_TIMEOUT, "cmm_timeout" },
|
||||
|
||||
{}
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue