diff options
author | Tejun Heo <tj@kernel.org> | 2009-03-01 01:42:36 -0500 |
---|---|---|
committer | Tejun Heo <tj@kernel.org> | 2009-03-01 01:42:36 -0500 |
commit | 02d51fdfb2bfcf6bbd776f983177f55868aa0a79 (patch) | |
tree | 0237b1e965f91198955aa637025263ca66c2ce5c /arch/alpha | |
parent | 0093b108a6853d8398e1acf9021bcbd4666f4594 (diff) |
percpu: kill compile warning in pcpu_populate_chunk()
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>
Diffstat (limited to 'arch/alpha')
0 files changed, 0 insertions, 0 deletions