diff options
Diffstat (limited to 'mm/percpu.c')
-rw-r--r-- | mm/percpu.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mm/percpu.c b/mm/percpu.c index a749d4d96e3e..4b90682623e9 100644 --- a/mm/percpu.c +++ b/mm/percpu.c | |||
@@ -1212,6 +1212,7 @@ static void pcpu_free_chunk(struct pcpu_chunk *chunk) | |||
1212 | { | 1212 | { |
1213 | if (!chunk) | 1213 | if (!chunk) |
1214 | return; | 1214 | return; |
1215 | pcpu_mem_free(chunk->md_blocks); | ||
1215 | pcpu_mem_free(chunk->bound_map); | 1216 | pcpu_mem_free(chunk->bound_map); |
1216 | pcpu_mem_free(chunk->alloc_map); | 1217 | pcpu_mem_free(chunk->alloc_map); |
1217 | pcpu_mem_free(chunk); | 1218 | pcpu_mem_free(chunk); |