From: Nadav Amit Date: Wed, 19 Nov 2014 15:43:13 +0000 (+0200) Subject: KVM: x86: Move __linearize masking of la into switch X-Git-Tag: omap-for-v3.19/fixes-rc1~43^2~48 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=31ff64881bed80456c5d37df905bdb66cdf29abe;p=pandora-kernel.git KVM: x86: Move __linearize masking of la into switch In __linearize there is check of the condition whether to check if masking of the linear address is needed. It occurs immediately after switch that evaluates the same condition. Merge them. Signed-off-by: Nadav Amit Signed-off-by: Paolo Bonzini --- Reading git-diff-tree failed