提交 b65e6390 编写于 作者: I Ingo Molnar

x86: introduce native_set_pte_atomic() on 64-bit too

Signed-off-by: NIngo Molnar <mingo@elte.hu>
Signed-off-by: NThomas Gleixner <tglx@linutronix.de>
上级 a5c62514
......@@ -76,6 +76,11 @@ static inline void native_set_pte(pte_t *ptep, pte_t pte)
*ptep = pte;
}
static inline void native_set_pte_atomic(pte_t *ptep, pte_t pte)
{
native_set_pte(ptep, pte);
}
static inline pte_t native_ptep_get_and_clear(pte_t *xp)
{
#ifdef CONFIG_SMP
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册