Loading arch/x86_64/kernel/setup.c +1 −4 Original line number Diff line number Diff line Loading @@ -74,8 +74,6 @@ EXPORT_SYMBOL(boot_cpu_data); unsigned long mmu_cr4_features; int acpi_numa __initdata; /* Boot loader ID as an integer, for the benefit of proc_dointvec */ int bootloader_type; Loading Loading @@ -812,7 +810,6 @@ static void srat_detect_node(void) node = first_node(node_online_map); numa_set_node(cpu, node); if (acpi_numa > 0) printk(KERN_INFO "CPU %d/%x -> Node %d\n", cpu, apicid, node); #endif } Loading arch/x86_64/mm/srat.c +2 −0 Original line number Diff line number Diff line Loading @@ -21,6 +21,8 @@ #include <asm/numa.h> #include <asm/e820.h> int acpi_numa __initdata; #if (defined(CONFIG_ACPI_HOTPLUG_MEMORY) || \ defined(CONFIG_ACPI_HOTPLUG_MEMORY_MODULE)) \ && !defined(CONFIG_MEMORY_HOTPLUG) Loading Loading
arch/x86_64/kernel/setup.c +1 −4 Original line number Diff line number Diff line Loading @@ -74,8 +74,6 @@ EXPORT_SYMBOL(boot_cpu_data); unsigned long mmu_cr4_features; int acpi_numa __initdata; /* Boot loader ID as an integer, for the benefit of proc_dointvec */ int bootloader_type; Loading Loading @@ -812,7 +810,6 @@ static void srat_detect_node(void) node = first_node(node_online_map); numa_set_node(cpu, node); if (acpi_numa > 0) printk(KERN_INFO "CPU %d/%x -> Node %d\n", cpu, apicid, node); #endif } Loading
arch/x86_64/mm/srat.c +2 −0 Original line number Diff line number Diff line Loading @@ -21,6 +21,8 @@ #include <asm/numa.h> #include <asm/e820.h> int acpi_numa __initdata; #if (defined(CONFIG_ACPI_HOTPLUG_MEMORY) || \ defined(CONFIG_ACPI_HOTPLUG_MEMORY_MODULE)) \ && !defined(CONFIG_MEMORY_HOTPLUG) Loading