File tree Expand file tree Collapse file tree 4 files changed +0
-47
lines changed Expand file tree Collapse file tree 4 files changed +0
-47
lines changed Original file line number Diff line number Diff line change @@ -686,15 +686,6 @@ config ARCH_MEMORY_PROBE
686
686
def_bool y
687
687
depends on MEMORY_HOTPLUG
688
688
689
- # Some NUMA nodes have memory ranges that span
690
- # other nodes. Even though a pfn is valid and
691
- # between a node's start and end pfns, it may not
692
- # reside on that node. See memmap_init_zone()
693
- # for details.
694
- config NODES_SPAN_OTHER_NODES
695
- def_bool y
696
- depends on NEED_MULTIPLE_NODES
697
-
698
689
config STDBINUTILS
699
690
bool "Using standard binutils settings"
700
691
depends on 44x
Original file line number Diff line number Diff line change @@ -286,15 +286,6 @@ config NODES_SHIFT
286
286
Specify the maximum number of NUMA Nodes available on the target
287
287
system. Increases memory reserved to accommodate various tables.
288
288
289
- # Some NUMA nodes have memory ranges that span
290
- # other nodes. Even though a pfn is valid and
291
- # between a node's start and end pfns, it may not
292
- # reside on that node. See memmap_init_zone()
293
- # for details.
294
- config NODES_SPAN_OTHER_NODES
295
- def_bool y
296
- depends on NEED_MULTIPLE_NODES
297
-
298
289
config ARCH_SPARSEMEM_ENABLE
299
290
def_bool y if SPARC64
300
291
select SPARSEMEM_VMEMMAP_ENABLE
Original file line number Diff line number Diff line change @@ -1583,15 +1583,6 @@ config X86_64_ACPI_NUMA
1583
1583
---help---
1584
1584
Enable ACPI SRAT based node topology detection.
1585
1585
1586
- # Some NUMA nodes have memory ranges that span
1587
- # other nodes. Even though a pfn is valid and
1588
- # between a node's start and end pfns, it may not
1589
- # reside on that node. See memmap_init_zone()
1590
- # for details.
1591
- config NODES_SPAN_OTHER_NODES
1592
- def_bool y
1593
- depends on X86_64_ACPI_NUMA
1594
-
1595
1586
config NUMA_EMU
1596
1587
bool "NUMA emulation"
1597
1588
depends on NUMA
Original file line number Diff line number Diff line change @@ -1541,26 +1541,6 @@ int __meminit early_pfn_to_nid(unsigned long pfn)
1541
1541
}
1542
1542
#endif /* CONFIG_NEED_MULTIPLE_NODES */
1543
1543
1544
- #ifdef CONFIG_NODES_SPAN_OTHER_NODES
1545
- /* Only safe to use early in boot when initialisation is single-threaded */
1546
- static inline bool __meminit early_pfn_in_nid (unsigned long pfn , int node )
1547
- {
1548
- int nid ;
1549
-
1550
- nid = __early_pfn_to_nid (pfn , & early_pfnnid_cache );
1551
- if (nid >= 0 && nid != node )
1552
- return false;
1553
- return true;
1554
- }
1555
-
1556
- #else
1557
- static inline bool __meminit early_pfn_in_nid (unsigned long pfn , int node )
1558
- {
1559
- return true;
1560
- }
1561
- #endif
1562
-
1563
-
1564
1544
void __init memblock_free_pages (struct page * page , unsigned long pfn ,
1565
1545
unsigned int order )
1566
1546
{
You can’t perform that action at this time.
0 commit comments