aboutsummaryrefslogtreecommitdiffstats
path: root/mm/percpu.c
diff options
context:
space:
mode:
Diffstat (limited to 'mm/percpu.c')
-rw-r--r--mm/percpu.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mm/percpu.c b/mm/percpu.c
index 5954e7a9eb1e..3d0f5456827c 100644
--- a/mm/percpu.c
+++ b/mm/percpu.c
@@ -639,7 +639,7 @@ static int pcpu_populate_chunk(struct pcpu_chunk *chunk, int off, int size)
639 int page_start = PFN_DOWN(off); 639 int page_start = PFN_DOWN(off);
640 int page_end = PFN_UP(off + size); 640 int page_end = PFN_UP(off + size);
641 int map_start = -1; 641 int map_start = -1;
642 int map_end; 642 int uninitialized_var(map_end);
643 unsigned int cpu; 643 unsigned int cpu;
644 int i; 644 int i;
645 645