diff options
Diffstat (limited to 'include/linux/mmzone.h')
-rw-r--r-- | include/linux/mmzone.h | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/include/linux/mmzone.h b/include/linux/mmzone.h index f279d9c158cd..2782df47101e 100644 --- a/include/linux/mmzone.h +++ b/include/linux/mmzone.h | |||
@@ -474,16 +474,15 @@ struct zone { | |||
474 | unsigned long wait_table_bits; | 474 | unsigned long wait_table_bits; |
475 | 475 | ||
476 | ZONE_PADDING(_pad1_) | 476 | ZONE_PADDING(_pad1_) |
477 | |||
478 | /* Write-intensive fields used from the page allocator */ | ||
479 | spinlock_t lock; | ||
480 | |||
481 | /* free areas of different sizes */ | 477 | /* free areas of different sizes */ |
482 | struct free_area free_area[MAX_ORDER]; | 478 | struct free_area free_area[MAX_ORDER]; |
483 | 479 | ||
484 | /* zone flags, see below */ | 480 | /* zone flags, see below */ |
485 | unsigned long flags; | 481 | unsigned long flags; |
486 | 482 | ||
483 | /* Write-intensive fields used from the page allocator */ | ||
484 | spinlock_t lock; | ||
485 | |||
487 | ZONE_PADDING(_pad2_) | 486 | ZONE_PADDING(_pad2_) |
488 | 487 | ||
489 | /* Write-intensive fields used by page reclaim */ | 488 | /* Write-intensive fields used by page reclaim */ |