Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

[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
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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 */