diff options
| author | Ingo Molnar <mingo@elte.hu> | 2002-02-19 18:27:40 +0100 |
|---|---|---|
| committer | Ingo Molnar <mingo@elte.hu> | 2002-02-19 18:27:40 +0100 |
| commit | 3a0b82c08a0e86683783c30d7fec9d1b06c2fe20 (patch) | |
| tree | 0439ad16655bdfbec6dfdd0058e3ce6cdd25c766 /kernel/sysctl.c | |
| parent | 094686d30d5f58780a1efda2ade5cb0d18e25f82 (diff) | |
adds simple support for atomically-mapped PTEs. On highmem systems this enables the allocation of the pagetables in highmem.
Diffstat (limited to 'kernel/sysctl.c')
| -rw-r--r-- | kernel/sysctl.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/kernel/sysctl.c b/kernel/sysctl.c index 21a5c8fe6543..64dca468d417 100644 --- a/kernel/sysctl.c +++ b/kernel/sysctl.c @@ -97,8 +97,6 @@ int proc_dol2crvec(ctl_table *table, int write, struct file *filp, extern int acct_parm[]; #endif -extern int pgt_cache_water[]; - static int parse_table(int *, int, void *, size_t *, void *, size_t, ctl_table *, void **); static int proc_doutsstring(ctl_table *table, int write, struct file *filp, @@ -268,8 +266,6 @@ static ctl_table vm_table[] = { sizeof(sysctl_overcommit_memory), 0644, NULL, &proc_dointvec}, {VM_PAGERDAEMON, "kswapd", &pager_daemon, sizeof(pager_daemon_t), 0644, NULL, &proc_dointvec}, - {VM_PGT_CACHE, "pagetable_cache", - &pgt_cache_water, 2*sizeof(int), 0644, NULL, &proc_dointvec}, {VM_PAGE_CLUSTER, "page-cluster", &page_cluster, sizeof(int), 0644, NULL, &proc_dointvec}, {0} |
