KVM: PPC: e500: Silence bogus GCC warning in tlb code
commit910040b82de872af453bf3ecc59de8f0abd22697
authorMihai Caraman <mihai.caraman@freescale.com>
Thu, 11 Oct 2012 06:13:18 +0000 (11 06:13 +0000)
committerAlexander Graf <agraf@suse.de>
Thu, 6 Dec 2012 00:34:08 +0000 (6 01:34 +0100)
tree359f7ffaf8f588c81072848f88b55a25e9de23f5
parentb4072df4076c4f33ac9f518052c318c979bca533
KVM: PPC: e500: Silence bogus GCC warning in tlb code

64-bit GCC 4.5.1 warns about an uninitialized variable which was guarded
by a flag. Initialize the variable to make it happy.

Signed-off-by: Mihai Caraman <mihai.caraman@freescale.com>
[agraf: reword comment]
Signed-off-by: Alexander Graf <agraf@suse.de>
arch/powerpc/kvm/e500_tlb.c