From: Avi Kivity Date: Tue, 19 Oct 2010 16:48:35 +0000 (+0200) Subject: KVM: Correct ordering of ldt reload wrt fs/gs reload X-Git-Tag: v2.6.37-rc3~19^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0a77fe4c188e25917799f2356d4aa5e6d80c39a2;p=pandora-kernel.git KVM: Correct ordering of ldt reload wrt fs/gs reload If fs or gs refer to the ldt, they must be reloaded after the ldt. Reorder the code to that effect. Userspace code that uses the ldt with kvm is nonexistent, so this doesn't fix a user-visible bug. Signed-off-by: Avi Kivity Signed-off-by: Marcelo Tosatti --- Reading git-diff-tree failed