From: Gleb Natapov Date: Wed, 12 Dec 2012 17:10:52 +0000 (+0200) Subject: KVM: VMX: use fix_rmode_seg() to fix all code/data segments X-Git-Tag: v3.9-rc1~97^2~82 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=beb853ffeccbfa626f30038e816d61187103c455;p=pandora-kernel.git KVM: VMX: use fix_rmode_seg() to fix all code/data segments The code for SS and CS does the same thing fix_rmode_seg() is doing. Use it instead of hand crafted code. Reviewed-by: Marcelo Tosatti Signed-off-by: Gleb Natapov --- Reading git-diff-tree failed