Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 80482
b: refs/heads/master
c: b65e639
h: refs/heads/master
v: v3
  • Loading branch information
Ingo Molnar committed Jan 30, 2008
1 parent c281a8e commit 69dcd8d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: a5c62514885a778016c03dbba833d4ff6786e30c
refs/heads/master: b65e6390fb99ca93877ffc1c84e93c857f32dafc
5 changes: 5 additions & 0 deletions trunk/include/asm-x86/pgtable_64.h
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,11 @@ static inline void native_set_pte(pte_t *ptep, pte_t pte)
*ptep = pte;
}

static inline void native_set_pte_atomic(pte_t *ptep, pte_t pte)
{
native_set_pte(ptep, pte);
}

static inline pte_t native_ptep_get_and_clear(pte_t *xp)
{
#ifdef CONFIG_SMP
Expand Down

0 comments on commit 69dcd8d

Please sign in to comment.