Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 144909
b: refs/heads/master
c: 99f85a2
h: refs/heads/master
i:
  144907: a31ee80
v: v3
  • Loading branch information
Avi Kivity committed May 11, 2009
1 parent d99628c commit 754970a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: e286e86e6d2042d67d09244aa0e05ffef75c9d54
refs/heads/master: 99f85a28a78e96d28907fe036e1671a218fee597
1 change: 0 additions & 1 deletion trunk/arch/x86/kvm/svm.c
Original file line number Diff line number Diff line change
Expand Up @@ -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))
Expand Down

0 comments on commit 754970a

Please sign in to comment.