Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 206133
b: refs/heads/master
c: 7645e43
h: refs/heads/master
i:
  206131: a265fa9
v: v3
  • Loading branch information
H. Peter Anvin authored and Linus Torvalds committed Aug 6, 2010
1 parent aba1423 commit ea598a0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 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: 1685e633b396b0f3dabbc9fa5d65dfefe6435250
refs/heads/master: 7645e4320497b35ce9fb6c2269ebcd57af9fe735
6 changes: 1 addition & 5 deletions trunk/arch/x86/kvm/mmu.c
Original file line number Diff line number Diff line change
Expand Up @@ -281,11 +281,7 @@ static gfn_t pse36_gfn_delta(u32 gpte)

static void __set_spte(u64 *sptep, u64 spte)
{
#ifdef CONFIG_X86_64
set_64bit((unsigned long *)sptep, spte);
#else
set_64bit((unsigned long long *)sptep, spte);
#endif
set_64bit(sptep, spte);
}

static u64 __xchg_spte(u64 *sptep, u64 new_spte)
Expand Down

0 comments on commit ea598a0

Please sign in to comment.