diff options
Diffstat (limited to 'include/linux/percpu.h')
-rw-r--r-- | include/linux/percpu.h | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/include/linux/percpu.h b/include/linux/percpu.h index a7ec840f596c..25359932740e 100644 --- a/include/linux/percpu.h +++ b/include/linux/percpu.h | |||
@@ -110,8 +110,11 @@ extern int __init pcpu_setup_first_chunk(const struct pcpu_alloc_info *ai, | |||
110 | void *base_addr); | 110 | void *base_addr); |
111 | 111 | ||
112 | #ifdef CONFIG_NEED_PER_CPU_EMBED_FIRST_CHUNK | 112 | #ifdef CONFIG_NEED_PER_CPU_EMBED_FIRST_CHUNK |
113 | extern int __init pcpu_embed_first_chunk(size_t reserved_size, | 113 | extern int __init pcpu_embed_first_chunk(size_t reserved_size, ssize_t dyn_size, |
114 | ssize_t dyn_size); | 114 | size_t atom_size, |
115 | pcpu_fc_cpu_distance_fn_t cpu_distance_fn, | ||
116 | pcpu_fc_alloc_fn_t alloc_fn, | ||
117 | pcpu_fc_free_fn_t free_fn); | ||
115 | #endif | 118 | #endif |
116 | 119 | ||
117 | #ifdef CONFIG_NEED_PER_CPU_PAGE_FIRST_CHUNK | 120 | #ifdef CONFIG_NEED_PER_CPU_PAGE_FIRST_CHUNK |