|
@@ -377,6 +377,7 @@ static __init int svm_hardware_setup(void)
|
|
|
void *msrpm_va;
|
|
|
int r;
|
|
|
|
|
|
+ kvm_emulator_want_group7_invlpg();
|
|
|
|
|
|
iopm_pages = alloc_pages(GFP_KERNEL, IOPM_ALLOC_ORDER);
|
|
|
|
|
@@ -1628,9 +1629,7 @@ static struct kvm_arch_ops svm_arch_ops = {
|
|
|
|
|
|
static int __init svm_init(void)
|
|
|
{
|
|
|
- kvm_emulator_want_group7_invlpg();
|
|
|
- kvm_init_arch(&svm_arch_ops, THIS_MODULE);
|
|
|
- return 0;
|
|
|
+ return kvm_init_arch(&svm_arch_ops, THIS_MODULE);
|
|
|
}
|
|
|
|
|
|
static void __exit svm_exit(void)
|