KVM: Initialize the mmu caches only after verifying cpu support
authorAvi Kivity <avi@qumranet.com>
Sun, 13 Jan 2008 11:23:56 +0000 (13:23 +0200)
committerAvi Kivity <avi@qumranet.com>
Wed, 30 Jan 2008 16:01:22 +0000 (18:01 +0200)
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 <avi@qumranet.com>

No differences found