diff options
author | Jaswinder Singh Rajput <jaswinder@kernel.org> | 2009-05-20 09:59:35 +0530 |
---|---|---|
committer | Avi Kivity <avi@redhat.com> | 2009-06-28 14:10:32 +0300 |
commit | bde892232532ed522bb56b04576d07f91e59b3c7 (patch) | |
tree | ad190dab47f97d6f9ee77c0456b476bca20bc490 /arch/x86/Kbuild | |
parent | 9e6996240afcbe61682eab8eeaeb65c34333164d (diff) |
KVM: shut up uninit compiler warning in paging_tmpl.h
Dixes compilation warning:
CC arch/x86/kernel/io_delay.o
arch/x86/kvm/paging_tmpl.h: In function ‘paging64_fetch’:
arch/x86/kvm/paging_tmpl.h:279: warning: ‘sptep’ may be used uninitialized in this function
arch/x86/kvm/paging_tmpl.h: In function ‘paging32_fetch’:
arch/x86/kvm/paging_tmpl.h:279: warning: ‘sptep’ may be used uninitialized in this function
warning is bogus (always have a least one level), but need to shut the compiler
up.
Signed-off-by: Jaswinder Singh Rajput <jaswinderrajput@gmail.com>
Signed-off-by: Avi Kivity <avi@redhat.com>
Diffstat (limited to 'arch/x86/Kbuild')
0 files changed, 0 insertions, 0 deletions