Re: [PATCH 4/4] x86/kvm: Resolve shadow warning from min macro

2014-07-25 Thread Paolo Bonzini
Il 25/07/2014 15:27, Jeff Kirsher ha scritto: > From: Mark Rustad > > 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 > Signed-off-by: Jeff Kirsher > --- > arch/

[PATCH 4/4] x86/kvm: Resolve shadow warning from min macro

2014-07-25 Thread Jeff Kirsher
From: Mark Rustad 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 Signed-off-by: Jeff Kirsher --- arch/x86/kvm/emulate.c | 3 +-- 1 file changed, 1 insertion(+), 2 delet