From 754970a02d5c2751d890ac1997aa2f85a5e34b06 Mon Sep 17 00:00:00 2001 From: Avi Kivity Date: Mon, 11 May 2009 14:21:10 +0300 Subject: [PATCH] --- yaml --- r: 144909 b: refs/heads/master c: 99f85a28a78e96d28907fe036e1671a218fee597 h: refs/heads/master i: 144907: a31ee80052540d87ce2584960d5152d87fc15930 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 f7e013515af7..99ebd7b34896 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: e286e86e6d2042d67d09244aa0e05ffef75c9d54 +refs/heads/master: 99f85a28a78e96d28907fe036e1671a218fee597 diff --git a/trunk/arch/x86/kvm/svm.c b/trunk/arch/x86/kvm/svm.c index 9184e32778ab..1f8510c51d6e 100644 --- a/trunk/arch/x86/kvm/svm.c +++ b/trunk/arch/x86/kvm/svm.c @@ -411,7 +411,6 @@ static __init int svm_hardware_setup(void) iopm_va = page_address(iopm_pages); memset(iopm_va, 0xff, PAGE_SIZE * (1 << IOPM_ALLOC_ORDER)); - clear_bit(0x80, iopm_va); /* allow direct access to PC debug port */ iopm_base = page_to_pfn(iopm_pages) << PAGE_SHIFT; if (boot_cpu_has(X86_FEATURE_NX))