diff options
| author | Trond Myklebust <Trond.Myklebust@netapp.com> | 2006-07-05 13:13:03 -0400 |
|---|---|---|
| committer | Trond Myklebust <Trond.Myklebust@netapp.com> | 2006-07-05 13:13:03 -0400 |
| commit | 5e66dd6d66ffe758b39b6dcadf2330753ee1159b (patch) | |
| tree | a72cdcff4448e4af9425cc213ddf56ab23e697fe /include/linux/mmzone.h | |
| parent | 026477c1141b67e98e3bd8bdedb7d4b88a3ecd09 (diff) | |
| parent | ca78f6baca863afe2e6a244a0fe94b3a70211d46 (diff) | |
Merge branch 'master' of /home/trondmy/kernel/linux-2.6/
Diffstat (limited to 'include/linux/mmzone.h')
| -rw-r--r-- | include/linux/mmzone.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/linux/mmzone.h b/include/linux/mmzone.h index 27e748eb72b0..656b588a9f96 100644 --- a/include/linux/mmzone.h +++ b/include/linux/mmzone.h | |||
| @@ -150,6 +150,10 @@ struct zone { | |||
| 150 | unsigned long lowmem_reserve[MAX_NR_ZONES]; | 150 | unsigned long lowmem_reserve[MAX_NR_ZONES]; |
| 151 | 151 | ||
| 152 | #ifdef CONFIG_NUMA | 152 | #ifdef CONFIG_NUMA |
| 153 | /* | ||
| 154 | * zone reclaim becomes active if more unmapped pages exist. | ||
| 155 | */ | ||
| 156 | unsigned long min_unmapped_ratio; | ||
| 153 | struct per_cpu_pageset *pageset[NR_CPUS]; | 157 | struct per_cpu_pageset *pageset[NR_CPUS]; |
| 154 | #else | 158 | #else |
| 155 | struct per_cpu_pageset pageset[NR_CPUS]; | 159 | struct per_cpu_pageset pageset[NR_CPUS]; |
| @@ -414,6 +418,8 @@ int lowmem_reserve_ratio_sysctl_handler(struct ctl_table *, int, struct file *, | |||
| 414 | void __user *, size_t *, loff_t *); | 418 | void __user *, size_t *, loff_t *); |
| 415 | int percpu_pagelist_fraction_sysctl_handler(struct ctl_table *, int, struct file *, | 419 | int percpu_pagelist_fraction_sysctl_handler(struct ctl_table *, int, struct file *, |
| 416 | void __user *, size_t *, loff_t *); | 420 | void __user *, size_t *, loff_t *); |
| 421 | int sysctl_min_unmapped_ratio_sysctl_handler(struct ctl_table *, int, | ||
| 422 | struct file *, void __user *, size_t *, loff_t *); | ||
| 417 | 423 | ||
| 418 | #include <linux/topology.h> | 424 | #include <linux/topology.h> |
| 419 | /* Returns the number of the current Node. */ | 425 | /* Returns the number of the current Node. */ |
