diff options
Diffstat (limited to 'include/linux/mmzone.h')
-rw-r--r-- | include/linux/mmzone.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/mmzone.h b/include/linux/mmzone.h index 09bf9d8d7b72..da6002dec205 100644 --- a/include/linux/mmzone.h +++ b/include/linux/mmzone.h | |||
@@ -352,8 +352,8 @@ struct zone { | |||
352 | 352 | ||
353 | 353 | ||
354 | struct zonelist_cache { | 354 | struct zonelist_cache { |
355 | DECLARE_BITMAP(fullzones, MAX_ZONES_PER_ZONELIST); /* zone full? */ | ||
356 | unsigned short z_to_n[MAX_ZONES_PER_ZONELIST]; /* zone->nid */ | 355 | unsigned short z_to_n[MAX_ZONES_PER_ZONELIST]; /* zone->nid */ |
356 | DECLARE_BITMAP(fullzones, MAX_ZONES_PER_ZONELIST); /* zone full? */ | ||
357 | unsigned long last_full_zap; /* when last zap'd (jiffies) */ | 357 | unsigned long last_full_zap; /* when last zap'd (jiffies) */ |
358 | }; | 358 | }; |
359 | #else | 359 | #else |