Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 136974
b: refs/heads/master
c: e317603
h: refs/heads/master
v: v3
  • Loading branch information
Tejun Heo committed Feb 26, 2009
1 parent 205d33e commit 41a5aa0
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: d2b0261506602bd969164879206027b30358ffdf
refs/heads/master: e317603694bfd17b28a40de9d65e1a4ec12f816e
2 changes: 1 addition & 1 deletion trunk/include/linux/percpu.h
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ static inline void *__alloc_percpu(size_t size, size_t align)
* on it. Larger alignment should only be used for module
* percpu sections on SMP for which this path isn't used.
*/
WARN_ON_ONCE(align > __alignof__(unsigned long long));
WARN_ON_ONCE(align > SMP_CACHE_BYTES);
return kzalloc(size, GFP_KERNEL);
}

Expand Down

0 comments on commit 41a5aa0

Please sign in to comment.