File tree Expand file tree Collapse file tree 3 files changed +0
-61
lines changed Expand file tree Collapse file tree 3 files changed +0
-61
lines changed Original file line number Diff line number Diff line change @@ -62,10 +62,6 @@ config SCHED_OMIT_FRAME_POINTER
62
62
config GENERIC_CSUM
63
63
def_bool y
64
64
65
- config ARCH_DISCONTIGMEM_ENABLE
66
- def_bool n
67
- depends on BROKEN
68
-
69
65
config ARCH_FLATMEM_ENABLE
70
66
def_bool y
71
67
@@ -344,15 +340,6 @@ config ARC_HUGEPAGE_16M
344
340
345
341
endchoice
346
342
347
- config NODES_SHIFT
348
- int "Maximum NUMA Nodes (as a power of 2)"
349
- default "0" if !DISCONTIGMEM
350
- default "1" if DISCONTIGMEM
351
- depends on NEED_MULTIPLE_NODES
352
- help
353
- Accessing memory beyond 1GB (with or w/o PAE) requires 2 memory
354
- zones.
355
-
356
343
config ARC_COMPACT_IRQ_LEVELS
357
344
depends on ISA_ARCOMPACT
358
345
bool "Setup Timer IRQ as high Priority"
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -32,11 +32,6 @@ unsigned long arch_pfn_offset;
32
32
EXPORT_SYMBOL (arch_pfn_offset );
33
33
#endif
34
34
35
- #ifdef CONFIG_DISCONTIGMEM
36
- struct pglist_data node_data [MAX_NUMNODES ] __read_mostly ;
37
- EXPORT_SYMBOL (node_data );
38
- #endif
39
-
40
35
long __init arc_get_mem_sz (void )
41
36
{
42
37
return low_mem_sz ;
@@ -147,9 +142,6 @@ void __init setup_arch_memory(void)
147
142
* to the hole is freed and ARC specific version of pfn_valid()
148
143
* handles the hole in the memory map.
149
144
*/
150
- #ifdef CONFIG_DISCONTIGMEM
151
- node_set_online (1 );
152
- #endif
153
145
154
146
min_high_pfn = PFN_DOWN (high_mem_start );
155
147
max_high_pfn = PFN_DOWN (high_mem_start + high_mem_sz );
You can’t perform that action at this time.
0 commit comments