diff options
author | Tejun Heo <tj@kernel.org> | 2009-03-01 07:42:36 +0100 |
---|---|---|
committer | Tejun Heo <tj@kernel.org> | 2009-03-01 07:42:36 +0100 |
commit | 02d51fdfb2bfcf6bbd776f983177f55868aa0a79 (patch) | |
tree | 0237b1e965f91198955aa637025263ca66c2ce5c /arch | |
parent | Merge branch 'tj-percpu' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/... (diff) | |
download | linux-02d51fdfb2bfcf6bbd776f983177f55868aa0a79.tar.xz linux-02d51fdfb2bfcf6bbd776f983177f55868aa0a79.zip |
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')
0 files changed, 0 insertions, 0 deletions