Commit 6ce1f81f authored by Andrea Arcangeli's avatar Andrea Arcangeli Committed by Tony Luck

[IA64] fix ia64 build failure in pmdp_get_and_clear

Implement __pmd macro for ia64 too.
Signed-off-by: default avatarAndrea Arcangeli <aarcange@redhat.com>
Signed-off-by: default avatarTony Luck <tony.luck@intel.com>
parent 52cfd503
......@@ -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 */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment