Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 136714
b: refs/heads/master
c: 327641d
h: refs/heads/master
v: v3
  • Loading branch information
H. Peter Anvin committed Feb 5, 2009
1 parent d427caf commit a5e3ddd
Show file tree
Hide file tree
Showing 16 changed files with 1,191 additions and 933 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: ef3892bd63420380d115f755d351d2071f1f805f
refs/heads/master: 327641da8e3e227f42690479182b896fd19486be
3 changes: 1 addition & 2 deletions 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 native_pte_flags(pte_t pte)
static inline pteval_t pte_flags(pte_t pte)
{
return native_pte_val(pte) & PTE_FLAGS_MASK;
}
Expand All @@ -173,7 +173,6 @@ static inline pteval_t native_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 a5e3ddd

Please sign in to comment.