Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 6881
b: refs/heads/master
c: 34342e8
h: refs/heads/master
i:
  6879: 398a05b
v: v3
  • Loading branch information
Eric Dumazet authored and Linus Torvalds committed Sep 5, 2005
1 parent 18834c8 commit 913bdea
Show file tree
Hide file tree
Showing 2 changed files with 4 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: 61e06037e764337da39dff307cbcdbe9cf288349
refs/heads/master: 34342e863c3143640c031760140d640a06c6a5f8
4 changes: 3 additions & 1 deletion trunk/mm/slab.c
Original file line number Diff line number Diff line change
Expand Up @@ -2166,7 +2166,9 @@ static inline void *__cache_alloc(kmem_cache_t *cachep, unsigned int __nocast fl
objp = cache_alloc_refill(cachep, flags);
}
local_irq_restore(save_flags);
objp = cache_alloc_debugcheck_after(cachep, flags, objp, __builtin_return_address(0));
objp = cache_alloc_debugcheck_after(cachep, flags, objp,
__builtin_return_address(0));
prefetchw(objp);
return objp;
}

Expand Down

0 comments on commit 913bdea

Please sign in to comment.