aboutsummaryrefslogtreecommitdiffstats
path: root/mm/percpu.c
diff options
context:
space:
mode:
Diffstat (limited to 'mm/percpu.c')
-rw-r--r--mm/percpu.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/mm/percpu.c b/mm/percpu.c
index 3f930018aa60..8a11cd2e976d 100644
--- a/mm/percpu.c
+++ b/mm/percpu.c
@@ -1646,8 +1646,8 @@ int __init pcpu_embed_first_chunk(size_t reserved_size, size_t dyn_size,
1646 /* warn if maximum distance is further than 75% of vmalloc space */ 1646 /* warn if maximum distance is further than 75% of vmalloc space */
1647 if (max_distance > (VMALLOC_END - VMALLOC_START) * 3 / 4) { 1647 if (max_distance > (VMALLOC_END - VMALLOC_START) * 3 / 4) {
1648 pr_warning("PERCPU: max_distance=0x%zx too large for vmalloc " 1648 pr_warning("PERCPU: max_distance=0x%zx too large for vmalloc "
1649 "space 0x%lx\n", 1649 "space 0x%lx\n", max_distance,
1650 max_distance, VMALLOC_END - VMALLOC_START); 1650 (unsigned long)(VMALLOC_END - VMALLOC_START));
1651#ifdef CONFIG_NEED_PER_CPU_PAGE_FIRST_CHUNK 1651#ifdef CONFIG_NEED_PER_CPU_PAGE_FIRST_CHUNK
1652 /* and fail if we have fallback */ 1652 /* and fail if we have fallback */
1653 rc = -EINVAL; 1653 rc = -EINVAL;