Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 103703
b: refs/heads/master
c: 7682f2d
h: refs/heads/master
i:
  103701: df71716
  103699: 734f219
  103695: a75e7f9
v: v3
  • Loading branch information
Avi Kivity committed Jul 20, 2008
1 parent 2fc4cb3 commit e5a381a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 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: 14ae51b6c068ef7ab52dc2d53fe226e6189f2ab2
refs/heads/master: 7682f2d0dd3ff5bd2756eac018a5b4e7e30ef16c
4 changes: 1 addition & 3 deletions trunk/arch/x86/kvm/vmx.c
Original file line number Diff line number Diff line change
Expand Up @@ -431,10 +431,8 @@ static void vmcs_write32(unsigned long field, u32 value)

static void vmcs_write64(unsigned long field, u64 value)
{
#ifdef CONFIG_X86_64
vmcs_writel(field, value);
#else
vmcs_writel(field, value);
#ifndef CONFIG_X86_64
asm volatile ("");
vmcs_writel(field+1, value >> 32);
#endif
Expand Down

0 comments on commit e5a381a

Please sign in to comment.