From: Jan Kiszka Date: Sun, 29 Dec 2013 01:29:30 +0000 (+0100) Subject: KVM: x86: Fix APIC map calculation after re-enabling X-Git-Tag: v3.13-rc7~3^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e66d2ae7c67bd9ac982a3d1890564de7f7eabf4b;p=pandora-kernel.git KVM: x86: Fix APIC map calculation after re-enabling Update arch.apic_base before triggering recalculate_apic_map. Otherwise the recalculation will work against the previous state of the APIC and will fail to build the correct map when an APIC is hardware-enabled again. This fixes a regression of 1e08ec4a13. Cc: stable@vger.kernel.org Signed-off-by: Jan Kiszka Signed-off-by: Marcelo Tosatti --- Reading git-diff-tree failed