From: Paolo Bonzini Date: Wed, 19 Nov 2014 17:33:38 +0000 (+0100) Subject: KVM: emulator: remove duplicated limit check X-Git-Tag: omap-for-v3.19/fixes-rc1~43^2~46 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=997b04128d4e07fd59d00fc18e21fd591138627f;p=pandora-kernel.git KVM: emulator: remove duplicated limit check The check on the higher limit of the segment, and the check on the maximum accessible size, is the same for both expand-up and expand-down segments. Only the computation of "lim" varies. Signed-off-by: Paolo Bonzini --- Reading git-diff-tree failed