Skip to content

Commit

Permalink
[IA64] fix ia64 build failure in pmdp_get_and_clear
Browse files Browse the repository at this point in the history
Implement __pmd macro for ia64 too.

Signed-off-by: Andrea Arcangeli <[email protected]>
Signed-off-by: Tony Luck <[email protected]>
  • Loading branch information
aagit authored and aegl committed Jan 14, 2011
1 parent 52cfd50 commit 6ce1f81
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions arch/ia64/include/asm/page.h
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,7 @@ get_order (unsigned long size)
# define pgprot_val(x) ((x).pgprot)

# define __pte(x) ((pte_t) { (x) } )
# define __pmd(x) ((pmd_t) { (x) } )
# define __pgprot(x) ((pgprot_t) { (x) } )

#else /* !STRICT_MM_TYPECHECKS */
Expand Down

0 comments on commit 6ce1f81

Please sign in to comment.