Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 80170
b: refs/heads/master
c: d6e3cf6
h: refs/heads/master
v: v3
  • Loading branch information
Ingo Molnar committed Jan 30, 2008
1 parent f2524c7 commit 7eda918
Show file tree
Hide file tree
Showing 2 changed files with 4 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: ba2b6c525eec459e1c6397f0f3eaeeafad153eab
refs/heads/master: d6e3cf63e927310f65e21132f1d1c50e3aa4c2b0
3 changes: 3 additions & 0 deletions trunk/include/asm-x86/page.h
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,9 @@ typedef unsigned long phys_addr_t;

typedef struct { pteval_t pte; } pte_t;

#define native_pte_val(x) ((x).pte)
#define native_make_pte(x) ((pte_t) { (x) } )

#endif /* !__ASSEMBLY__ */

#endif /* CONFIG_X86_64 */
Expand Down

0 comments on commit 7eda918

Please sign in to comment.