Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 137088
b: refs/heads/master
c: 60db564
h: refs/heads/master
v: v3
  • Loading branch information
Tejun Heo committed Mar 11, 2009
1 parent 1a0c694 commit ca43f73
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: 66c3a75772247c31feabefb724e082220a1ab060
refs/heads/master: 60db56422043aaa455ac7f858ce23c273220f9d9
2 changes: 1 addition & 1 deletion trunk/mm/allocpercpu.c
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ 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);

if (unlikely(!pdata))
return NULL;
Expand Down

0 comments on commit ca43f73

Please sign in to comment.