summaryrefslogtreecommitdiffstats
path: root/include/linux/percpu.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/percpu.h')
-rw-r--r--include/linux/percpu.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/percpu.h b/include/linux/percpu.h
index 9909dc0e273a..5e76af742c80 100644
--- a/include/linux/percpu.h
+++ b/include/linux/percpu.h
@@ -105,7 +105,7 @@ extern struct pcpu_alloc_info * __init pcpu_alloc_alloc_info(int nr_groups,
105 int nr_units); 105 int nr_units);
106extern void __init pcpu_free_alloc_info(struct pcpu_alloc_info *ai); 106extern void __init pcpu_free_alloc_info(struct pcpu_alloc_info *ai);
107 107
108extern int __init pcpu_setup_first_chunk(const struct pcpu_alloc_info *ai, 108extern void __init pcpu_setup_first_chunk(const struct pcpu_alloc_info *ai,
109 void *base_addr); 109 void *base_addr);
110 110
111#ifdef CONFIG_NEED_PER_CPU_EMBED_FIRST_CHUNK 111#ifdef CONFIG_NEED_PER_CPU_EMBED_FIRST_CHUNK