We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e994f5b commit 6ca0f81Copy full SHA for 6ca0f81
include/linux/percpu.h
@@ -103,12 +103,10 @@ extern void __init pcpu_free_alloc_info(struct pcpu_alloc_info *ai);
103
extern void __init pcpu_setup_first_chunk(const struct pcpu_alloc_info *ai,
104
void *base_addr);
105
106
-#ifdef CONFIG_NEED_PER_CPU_EMBED_FIRST_CHUNK
107
extern int __init pcpu_embed_first_chunk(size_t reserved_size, size_t dyn_size,
108
size_t atom_size,
109
pcpu_fc_cpu_distance_fn_t cpu_distance_fn,
110
pcpu_fc_cpu_to_node_fn_t cpu_to_nd_fn);
111
-#endif
112
113
#ifdef CONFIG_NEED_PER_CPU_PAGE_FIRST_CHUNK
114
void __init pcpu_populate_pte(unsigned long addr);
0 commit comments