diff options
author | David S. Miller <davem@davemloft.net> | 2015-03-03 21:16:48 -0500 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2015-03-03 21:16:48 -0500 |
commit | 71a83a6db6138b9d41d8a0b6b91cb59f6dc4742c (patch) | |
tree | f74b6e4e48257ec6ce40b95645ecb8533b9cc1f8 /mm/Kconfig | |
parent | b97526f3ff95f92b107f0fb52cbb8627e395429b (diff) | |
parent | a6c5170d1edea97c538c81e377e56c7b5c5b7e63 (diff) |
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Conflicts:
drivers/net/ethernet/rocker/rocker.c
The rocker commit was two overlapping changes, one to rename
the ->vport member to ->pport, and another making the bitmask
expression use '1ULL' instead of plain '1'.
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'mm/Kconfig')
-rw-r--r-- | mm/Kconfig | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/mm/Kconfig b/mm/Kconfig index de5239c152f9..a03131b6ba8e 100644 --- a/mm/Kconfig +++ b/mm/Kconfig | |||
@@ -129,28 +129,28 @@ config SPARSEMEM_VMEMMAP | |||
129 | efficient option when sufficient kernel resources are available. | 129 | efficient option when sufficient kernel resources are available. |
130 | 130 | ||
131 | config HAVE_MEMBLOCK | 131 | config HAVE_MEMBLOCK |
132 | boolean | 132 | bool |
133 | 133 | ||
134 | config HAVE_MEMBLOCK_NODE_MAP | 134 | config HAVE_MEMBLOCK_NODE_MAP |
135 | boolean | 135 | bool |
136 | 136 | ||
137 | config HAVE_MEMBLOCK_PHYS_MAP | 137 | config HAVE_MEMBLOCK_PHYS_MAP |
138 | boolean | 138 | bool |
139 | 139 | ||
140 | config HAVE_GENERIC_RCU_GUP | 140 | config HAVE_GENERIC_RCU_GUP |
141 | boolean | 141 | bool |
142 | 142 | ||
143 | config ARCH_DISCARD_MEMBLOCK | 143 | config ARCH_DISCARD_MEMBLOCK |
144 | boolean | 144 | bool |
145 | 145 | ||
146 | config NO_BOOTMEM | 146 | config NO_BOOTMEM |
147 | boolean | 147 | bool |
148 | 148 | ||
149 | config MEMORY_ISOLATION | 149 | config MEMORY_ISOLATION |
150 | boolean | 150 | bool |
151 | 151 | ||
152 | config MOVABLE_NODE | 152 | config MOVABLE_NODE |
153 | boolean "Enable to assign a node which has only movable memory" | 153 | bool "Enable to assign a node which has only movable memory" |
154 | depends on HAVE_MEMBLOCK | 154 | depends on HAVE_MEMBLOCK |
155 | depends on NO_BOOTMEM | 155 | depends on NO_BOOTMEM |
156 | depends on X86_64 | 156 | depends on X86_64 |
@@ -228,12 +228,12 @@ config SPLIT_PTLOCK_CPUS | |||
228 | default "4" | 228 | default "4" |
229 | 229 | ||
230 | config ARCH_ENABLE_SPLIT_PMD_PTLOCK | 230 | config ARCH_ENABLE_SPLIT_PMD_PTLOCK |
231 | boolean | 231 | bool |
232 | 232 | ||
233 | # | 233 | # |
234 | # support for memory balloon | 234 | # support for memory balloon |
235 | config MEMORY_BALLOON | 235 | config MEMORY_BALLOON |
236 | boolean | 236 | bool |
237 | 237 | ||
238 | # | 238 | # |
239 | # support for memory balloon compaction | 239 | # support for memory balloon compaction |
@@ -276,7 +276,7 @@ config MIGRATION | |||
276 | allocation instead of reclaiming. | 276 | allocation instead of reclaiming. |
277 | 277 | ||
278 | config ARCH_ENABLE_HUGEPAGE_MIGRATION | 278 | config ARCH_ENABLE_HUGEPAGE_MIGRATION |
279 | boolean | 279 | bool |
280 | 280 | ||
281 | config PHYS_ADDR_T_64BIT | 281 | config PHYS_ADDR_T_64BIT |
282 | def_bool 64BIT || ARCH_PHYS_ADDR_T_64BIT | 282 | def_bool 64BIT || ARCH_PHYS_ADDR_T_64BIT |