diff options
Diffstat (limited to 'mm/slub.c')
-rw-r--r-- | mm/slub.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1978,7 +1978,7 @@ int put_cpu_partial(struct kmem_cache *s, struct page *page, int drain) | |||
1978 | page->pobjects = pobjects; | 1978 | page->pobjects = pobjects; |
1979 | page->next = oldpage; | 1979 | page->next = oldpage; |
1980 | 1980 | ||
1981 | } while (this_cpu_cmpxchg(s->cpu_slab->partial, oldpage, page) != oldpage); | 1981 | } while (irqsafe_cpu_cmpxchg(s->cpu_slab->partial, oldpage, page) != oldpage); |
1982 | stat(s, CPU_PARTIAL_FREE); | 1982 | stat(s, CPU_PARTIAL_FREE); |
1983 | return pobjects; | 1983 | return pobjects; |
1984 | } | 1984 | } |