diff options
| author | Linus Torvalds <torvalds@athlon.transmeta.com> | 2002-02-04 20:18:55 -0800 |
|---|---|---|
| committer | Linus Torvalds <torvalds@athlon.transmeta.com> | 2002-02-04 20:18:55 -0800 |
| commit | a880f45a48be2956d2c78a839c472287d54435c1 (patch) | |
| tree | bdcd6f6e8352cc495771e61e00cb729cc7215f65 /kernel/sysctl.c | |
| parent | c37fa164f793735b32aa3f53154ff1a7659e6442 (diff) | |
v2.4.9.10 -> v2.4.9.11
- Neil Brown: md cleanups/fixes
- Andrew Morton: console locking merge
- Andrea Arkangeli: major VM merge
Diffstat (limited to 'kernel/sysctl.c')
| -rw-r--r-- | kernel/sysctl.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/kernel/sysctl.c b/kernel/sysctl.c index f30c1a0b82a2..af54f02302b7 100644 --- a/kernel/sysctl.c +++ b/kernel/sysctl.c @@ -254,17 +254,11 @@ static ctl_table kern_table[] = { }; static ctl_table vm_table[] = { - {VM_FREEPG, "freepages", - &freepages, sizeof(freepages_t), 0444, NULL, &proc_dointvec}, {VM_BDFLUSH, "bdflush", &bdf_prm, 9*sizeof(int), 0644, NULL, &proc_dointvec_minmax, &sysctl_intvec, NULL, &bdflush_min, &bdflush_max}, {VM_OVERCOMMIT_MEMORY, "overcommit_memory", &sysctl_overcommit_memory, sizeof(sysctl_overcommit_memory), 0644, NULL, &proc_dointvec}, - {VM_BUFFERMEM, "buffermem", - &buffer_mem, sizeof(buffer_mem_t), 0644, NULL, &proc_dointvec}, - {VM_PAGECACHE, "pagecache", - &page_cache, sizeof(buffer_mem_t), 0644, NULL, &proc_dointvec}, {VM_PAGERDAEMON, "kswapd", &pager_daemon, sizeof(pager_daemon_t), 0644, NULL, &proc_dointvec}, {VM_PGT_CACHE, "pagetable_cache", |
