Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 136973
b: refs/heads/master
c: d2b0261
h: refs/heads/master
i:
  136971: 4ae1223
v: v3
  • Loading branch information
Ingo Molnar committed Feb 25, 2009
1 parent e8dfd8d commit 205d33e
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: 0dcec8c27ba44cd11c6e68c46d5fd553818a3837
refs/heads/master: d2b0261506602bd969164879206027b30358ffdf
2 changes: 1 addition & 1 deletion trunk/include/linux/percpu.h
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ static inline void *__alloc_percpu(size_t size, size_t align)
* percpu sections on SMP for which this path isn't used.
*/
WARN_ON_ONCE(align > __alignof__(unsigned long long));
return kzalloc(size, gfp);
return kzalloc(size, GFP_KERNEL);
}

static inline void free_percpu(void *p)
Expand Down

0 comments on commit 205d33e

Please sign in to comment.