Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 186182
b: refs/heads/master
c: 1154fab
h: refs/heads/master
v: v3
  • Loading branch information
Stephen Rothwell authored and Pekka Enberg committed Mar 4, 2010
1 parent ae06f84 commit 1c84a02
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: e2b093f3e9262353558c6f89510ab2d286b28287
refs/heads/master: 1154fab73ccbab010cfaa272b6987c624cfd63c6
2 changes: 1 addition & 1 deletion trunk/mm/slub.c
Original file line number Diff line number Diff line change
Expand Up @@ -2075,7 +2075,7 @@ static inline int alloc_kmem_cache_cpus(struct kmem_cache *s, gfp_t flags)
* Boot time creation of the kmalloc array. Use static per cpu data
* since the per cpu allocator is not available yet.
*/
s->cpu_slab = per_cpu_var(kmalloc_percpu) + (s - kmalloc_caches);
s->cpu_slab = kmalloc_percpu + (s - kmalloc_caches);
else
s->cpu_slab = alloc_percpu(struct kmem_cache_cpu);

Expand Down

0 comments on commit 1c84a02

Please sign in to comment.