Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 136706
b: refs/heads/master
c: 3ac6cff
h: refs/heads/master
v: v3
  • Loading branch information
Tejun Heo authored and Ingo Molnar committed Jan 30, 2009
1 parent ba39975 commit 3b07cab
Show file tree
Hide file tree
Showing 17 changed files with 950 additions and 1,196 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: 1f4f931501e9270c156d05ee76b7b872de486304
refs/heads/master: 3ac6cffea4aa18007a454a7442da2855882f403d
3 changes: 2 additions & 1 deletion trunk/arch/x86/include/asm/page.h
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ static inline pteval_t native_pte_val(pte_t pte)
return pte.pte;
}

static inline pteval_t pte_flags(pte_t pte)
static inline pteval_t native_pte_flags(pte_t pte)
{
return native_pte_val(pte) & PTE_FLAGS_MASK;
}
Expand All @@ -173,6 +173,7 @@ static inline pteval_t pte_flags(pte_t pte)
#endif

#define pte_val(x) native_pte_val(x)
#define pte_flags(x) native_pte_flags(x)
#define __pte(x) native_make_pte(x)

#endif /* CONFIG_PARAVIRT */
Expand Down
Loading

0 comments on commit 3b07cab

Please sign in to comment.