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 ec158bb5f86..e2e80fc7860 100644 --- a/mm/percpu.c +++ b/mm/percpu.c @@ -365,6 +365,7 @@ static struct pcpu_chunk *pcpu_chunk_addr_search(void *addr)   * 0 if noop, 1 if successfully extended, -errno on failure.   */  static int pcpu_extend_area_map(struct pcpu_chunk *chunk) +	__releases(lock) __acquires(lock)  {  	int new_alloc;  	int *new;  |