提交 6ce1f81f 编写于 作者: A Andrea Arcangeli 提交者: Tony Luck

[IA64] fix ia64 build failure in pmdp_get_and_clear

Implement __pmd macro for ia64 too.
Signed-off-by: NAndrea Arcangeli <aarcange@redhat.com>
Signed-off-by: NTony Luck <tony.luck@intel.com>
上级 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% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册