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:
ffe0d5a
)
percpu: make pcpu_build_alloc_info() clear static buffers
author
Tejun Heo
<tj@kernel.org>
Thu, 24 Sep 2009 09:50:34 +0000
(18:50 +0900)
committer
Tejun Heo
<tj@kernel.org>
Tue, 29 Sep 2009 00:17:57 +0000
(09:17 +0900)
pcpu_build_alloc_info() may be called multiple times when percpu is
falling back to different first chunk allocator. Make it clear static
buffers so that they don't contain values from previous runs.
Signed-off-by: Tejun Heo <tj@kernel.org>
No differences found