/trafgen/

ype='application/atom+xml'/>
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Elfring <elfring@users.sourceforge.net>2016-08-28 17:37:10 +0200
committerPaul Mackerras <paulus@ozlabs.org>2016-09-12 10:12:51 +1000
commitcfb60813fb8363a1681da2c10947e5f5b4165c47 (patch)
treee2d58718d102eb11ac2fe93f97aa98dcdda8d05d
parent46d4e7479252d3fd82a0ea121daef75164a91939 (diff)
KVM: PPC: e500: Delete an unnecessary initialisation in kvm_vcpu_ioctl_config_tlb()
The local variable "g2h_bitmap" will be set to an appropriate value a bit later. Thus omit the explicit initialisation at the beginning. Signed-off-by: Markus Elfring <elfring@users.sourceforge.net> Signed-off-by: Paul Mackerras <paulus@ozlabs.org>