diff options
Diffstat (limited to 'include/linux')
-rw-r--r-- | include/linux/mmzone.h | 6 | ||||
-rw-r--r-- | include/linux/swap.h | 1 |
2 files changed, 0 insertions, 7 deletions
diff --git a/include/linux/mmzone.h b/include/linux/mmzone.h index 4833abd4458b..839e9a04fd49 100644 --- a/include/linux/mmzone.h +++ b/include/linux/mmzone.h | |||
@@ -178,12 +178,6 @@ struct zone { | |||
178 | 178 | ||
179 | /* Zone statistics */ | 179 | /* Zone statistics */ |
180 | atomic_long_t vm_stat[NR_VM_ZONE_STAT_ITEMS]; | 180 | atomic_long_t vm_stat[NR_VM_ZONE_STAT_ITEMS]; |
181 | /* | ||
182 | * timestamp (in jiffies) of the last zone reclaim that did not | ||
183 | * result in freeing of pages. This is used to avoid repeated scans | ||
184 | * if all memory in the zone is in use. | ||
185 | */ | ||
186 | unsigned long last_unsuccessful_zone_reclaim; | ||
187 | 181 | ||
188 | /* | 182 | /* |
189 | * prev_priority holds the scanning priority for this zone. It is | 183 | * prev_priority holds the scanning priority for this zone. It is |
diff --git a/include/linux/swap.h b/include/linux/swap.h index c41e2d6d1acc..cf6ca6e377bd 100644 --- a/include/linux/swap.h +++ b/include/linux/swap.h | |||
@@ -189,7 +189,6 @@ extern long vm_total_pages; | |||
189 | 189 | ||
190 | #ifdef CONFIG_NUMA | 190 | #ifdef CONFIG_NUMA |
191 | extern int zone_reclaim_mode; | 191 | extern int zone_reclaim_mode; |
192 | extern int zone_reclaim_interval; | ||
193 | extern int zone_reclaim(struct zone *, gfp_t, unsigned int); | 192 | extern int zone_reclaim(struct zone *, gfp_t, unsigned int); |
194 | #else | 193 | #else |
195 | #define zone_reclaim_mode 0 | 194 | #define zone_reclaim_mode 0 |