From: Mark Rustad Date: Fri, 25 Jul 2014 13:27:05 +0000 (-0700) Subject: x86/kvm: Resolve shadow warning from min macro X-Git-Tag: cleanup-for-v3.18~143^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b55a8144d1807f9e74c51cb584f0dd198483d86c;p=pandora-kernel.git 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 Signed-off-by: Jeff Kirsher Signed-off-by: Paolo Bonzini --- Reading git-diff-tree failed