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:
0093b10
)
percpu: kill compile warning in pcpu_populate_chunk()
author
Tejun Heo
<tj@kernel.org>
Sun, 1 Mar 2009 06:42:36 +0000
(15:42 +0900)
committer
Tejun Heo
<tj@kernel.org>
Sun, 1 Mar 2009 06:42:36 +0000
(15:42 +0900)
Impact: remove compile warning
Mark local variable map_end in pcpu_populate_chunk() with
uninitialized_var(). The variable is always used in tandem with
map_start and guaranteed to be initialized before use but gcc doesn't
understand that.
Signed-off-by: Tejun Heo <tj@kernel.org>
Reported-by: Ingo Molnar <mingo@elte.hu>
mm/percpu.c
patch
|
blob
|
history
diff --cc
mm/percpu.c
Simple merge