diff options
Diffstat (limited to 'include/linux/mmzone.h')
-rw-r--r-- | include/linux/mmzone.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/linux/mmzone.h b/include/linux/mmzone.h index 3f4c0b167333..d4b0c79d2924 100644 --- a/include/linux/mmzone.h +++ b/include/linux/mmzone.h | |||
@@ -668,10 +668,6 @@ typedef struct pglist_data { | |||
668 | wait_queue_head_t kcompactd_wait; | 668 | wait_queue_head_t kcompactd_wait; |
669 | struct task_struct *kcompactd; | 669 | struct task_struct *kcompactd; |
670 | #endif | 670 | #endif |
671 | #ifdef CONFIG_NUMA_BALANCING | ||
672 | /* Lock serializing the migrate rate limiting window */ | ||
673 | spinlock_t numabalancing_migrate_lock; | ||
674 | #endif | ||
675 | /* | 671 | /* |
676 | * This is a per-node reserve of pages that are not available | 672 | * This is a per-node reserve of pages that are not available |
677 | * to userspace allocations. | 673 | * to userspace allocations. |