]> git.openfabrics.org - ~emulex/infiniband.git/commit
x86/kvm: Resolve shadow warning from min macro
authorMark Rustad <mark.d.rustad@intel.com>
Fri, 25 Jul 2014 13:27:05 +0000 (06:27 -0700)
committerPaolo Bonzini <pbonzini@redhat.com>
Fri, 25 Jul 2014 14:05:54 +0000 (16:05 +0200)
commitb55a8144d1807f9e74c51cb584f0dd198483d86c
tree307e87c61250e476bff91d45ef34eff2c9fa7186
parent25f97ff451a4aab534afc1290af97d23ea0b4fb3
x86/kvm: Resolve shadow warning from min macro

Resolve a shadow warning generated in W=2 builds by the nested
use of the min macro by instead using the min3 macro for the
minimum of 3 values.

Signed-off-by: Mark Rustad <mark.d.rustad@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
arch/x86/kvm/emulate.c