diff options
author | 2009-03-01 15:42:36 +0900 | |
---|---|---|
committer | 2009-03-01 15:42:36 +0900 | |
commit | 02d51fdfb2bfcf6bbd776f983177f55868aa0a79 (patch) | |
tree | 0237b1e965f91198955aa637025263ca66c2ce5c /include/linux/kernel.h | |
parent | Merge branch 'tj-percpu' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/misc into core/percpu (diff) | |
download | wireguard-linux-02d51fdfb2bfcf6bbd776f983177f55868aa0a79.tar.xz wireguard-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 'include/linux/kernel.h')
0 files changed, 0 insertions, 0 deletions