diff options
Diffstat (limited to 'mm/percpu-km.c')
-rw-r--r-- | mm/percpu-km.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mm/percpu-km.c b/mm/percpu-km.c index e662b4947a65..10e3d0b8a86d 100644 --- a/mm/percpu-km.c +++ b/mm/percpu-km.c | |||
@@ -69,7 +69,7 @@ static struct pcpu_chunk *pcpu_create_chunk(void) | |||
69 | chunk->base_addr = page_address(pages) - pcpu_group_offsets[0]; | 69 | chunk->base_addr = page_address(pages) - pcpu_group_offsets[0]; |
70 | 70 | ||
71 | spin_lock_irq(&pcpu_lock); | 71 | spin_lock_irq(&pcpu_lock); |
72 | bitmap_fill(chunk->populated, nr_pages); | 72 | pcpu_chunk_populated(chunk, 0, nr_pages); |
73 | spin_unlock_irq(&pcpu_lock); | 73 | spin_unlock_irq(&pcpu_lock); |
74 | 74 | ||
75 | return chunk; | 75 | return chunk; |