diff options
Diffstat (limited to 'include/linux/mmzone.h')
-rw-r--r-- | include/linux/mmzone.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/include/linux/mmzone.h b/include/linux/mmzone.h index 1e22d96734e0..3f4c0b167333 100644 --- a/include/linux/mmzone.h +++ b/include/linux/mmzone.h | |||
@@ -671,12 +671,6 @@ typedef struct pglist_data { | |||
671 | #ifdef CONFIG_NUMA_BALANCING | 671 | #ifdef CONFIG_NUMA_BALANCING |
672 | /* Lock serializing the migrate rate limiting window */ | 672 | /* Lock serializing the migrate rate limiting window */ |
673 | spinlock_t numabalancing_migrate_lock; | 673 | spinlock_t numabalancing_migrate_lock; |
674 | |||
675 | /* Rate limiting time interval */ | ||
676 | unsigned long numabalancing_migrate_next_window; | ||
677 | |||
678 | /* Number of pages migrated during the rate limiting time interval */ | ||
679 | unsigned long numabalancing_migrate_nr_pages; | ||
680 | #endif | 674 | #endif |
681 | /* | 675 | /* |
682 | * This is a per-node reserve of pages that are not available | 676 | * This is a per-node reserve of pages that are not available |