diff options
author | David S. Miller <davem@davemloft.net> | 2018-10-13 00:38:46 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2018-10-13 00:38:46 -0400 |
commit | d864991b220b7c62e81d21209e1fd978fd67352c (patch) | |
tree | b570a1ad6fc1b959c5bcda6ceca0b321319c01e0 /include/linux/mmzone.h | |
parent | a688c53a0277d8ea21d86a5c56884892e3442c5e (diff) | |
parent | bab5c80b211035739997ebd361a679fa85b39465 (diff) |
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Conflicts were easy to resolve using immediate context mostly,
except the cls_u32.c one where I simply too the entire HEAD
chunk.
Signed-off-by: David S. Miller <davem@davemloft.net>
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. |