From 5a00947e96dae151319800b7e62bfac9b2c62b56 Mon Sep 17 00:00:00 2001 From: Jan Kiszka Date: Tue, 18 Oct 2011 18:23:11 +0200 Subject: [PATCH] --- yaml --- r: 271545 b: refs/heads/master c: f1c1da2bde712812a3e0f9a7a7ebe7a916a4b5f4 h: refs/heads/master i: 271543: db766de7015736f34e050e6ebef33b69054afc64 v: v3 --- [refs] | 2 +- trunk/arch/x86/kvm/svm.c | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 793b3be639fe..dbd58f231d91 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 7697e71f72b45a1bd0abe70918c383100fcc8514 +refs/heads/master: f1c1da2bde712812a3e0f9a7a7ebe7a916a4b5f4 diff --git a/trunk/arch/x86/kvm/svm.c b/trunk/arch/x86/kvm/svm.c index e7ed4b1623b9..e32243eac2f4 100644 --- a/trunk/arch/x86/kvm/svm.c +++ b/trunk/arch/x86/kvm/svm.c @@ -1084,7 +1084,6 @@ static void init_vmcb(struct vcpu_svm *svm) if (npt_enabled) { /* Setup VMCB for Nested Paging */ control->nested_ctl = 1; - clr_intercept(svm, INTERCEPT_TASK_SWITCH); clr_intercept(svm, INTERCEPT_INVLPG); clr_exception_intercept(svm, PF_VECTOR); clr_cr_intercept(svm, INTERCEPT_CR3_READ);