git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b36128c
)
alloc_percpu: add align argument to __alloc_percpu.
author
Rusty Russell
<rusty@rustcorp.com.au>
Fri, 20 Feb 2009 07:29:08 +0000
(16:29 +0900)
committer
Tejun Heo
<tj@kernel.org>
Fri, 20 Feb 2009 07:29:08 +0000
(16:29 +0900)
This prepares for a real __alloc_percpu, by adding an alignment argument.
Only one place uses __alloc_percpu directly, and that's for a string.
tj: af_inet also uses __alloc_percpu(), update it.
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
Cc: Christoph Lameter <cl@linux-foundation.org>
Cc: Jens Axboe <axboe@kernel.dk>
No differences found