aboutsummaryrefslogtreecommitdiffstats
path: root/mm/percpu.c
diff options
context:
space:
mode:
Diffstat (limited to 'mm/percpu.c')
-rw-r--r--mm/percpu.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/mm/percpu.c b/mm/percpu.c
index ec158bb5f86d..e2e80fc78601 100644
--- a/mm/percpu.c
+++ b/mm/percpu.c
@@ -365,6 +365,7 @@ static struct pcpu_chunk *pcpu_chunk_addr_search(void *addr)
365 * 0 if noop, 1 if successfully extended, -errno on failure. 365 * 0 if noop, 1 if successfully extended, -errno on failure.
366 */ 366 */
367static int pcpu_extend_area_map(struct pcpu_chunk *chunk) 367static int pcpu_extend_area_map(struct pcpu_chunk *chunk)
368 __releases(lock) __acquires(lock)
368{ 369{
369 int new_alloc; 370 int new_alloc;
370 int *new; 371 int *new;