diff options
Diffstat (limited to 'arch/x86/mm/numa_64.c')
-rw-r--r-- | arch/x86/mm/numa_64.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/arch/x86/mm/numa_64.c b/arch/x86/mm/numa_64.c index fb61d81a656f..a6a93c395231 100644 --- a/arch/x86/mm/numa_64.c +++ b/arch/x86/mm/numa_64.c | |||
@@ -272,9 +272,6 @@ void __init setup_node_bootmem(int nodeid, unsigned long start, | |||
272 | reserve_bootmem_node(NODE_DATA(nodeid), bootmap_start, | 272 | reserve_bootmem_node(NODE_DATA(nodeid), bootmap_start, |
273 | bootmap_pages<<PAGE_SHIFT, BOOTMEM_DEFAULT); | 273 | bootmap_pages<<PAGE_SHIFT, BOOTMEM_DEFAULT); |
274 | 274 | ||
275 | #ifdef CONFIG_ACPI_NUMA | ||
276 | srat_reserve_add_area(nodeid); | ||
277 | #endif | ||
278 | node_set_online(nodeid); | 275 | node_set_online(nodeid); |
279 | } | 276 | } |
280 | 277 | ||
@@ -591,8 +588,6 @@ static __init int numa_setup(char *opt) | |||
591 | #ifdef CONFIG_ACPI_NUMA | 588 | #ifdef CONFIG_ACPI_NUMA |
592 | if (!strncmp(opt, "noacpi", 6)) | 589 | if (!strncmp(opt, "noacpi", 6)) |
593 | acpi_numa = -1; | 590 | acpi_numa = -1; |
594 | if (!strncmp(opt, "hotadd=", 7)) | ||
595 | hotadd_percent = simple_strtoul(opt+7, NULL, 10); | ||
596 | #endif | 591 | #endif |
597 | return 0; | 592 | return 0; |
598 | } | 593 | } |