From: Avi Kivity Date: Sun, 13 Jan 2008 11:23:56 +0000 (+0200) Subject: KVM: Initialize the mmu caches only after verifying cpu support X-Git-Tag: v2.6.25-rc1~1138^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=97db56ce6cc2a0766b536cc227a1da20acc5d82f;p=pandora-kernel.git KVM: Initialize the mmu caches only after verifying cpu support Otherwise we re-initialize the mmu caches, which will fail since the caches are already registered, which will cause us to deinitialize said caches. Signed-off-by: Avi Kivity --- Reading git-diff-tree failed