提交 4b686893 编写于 作者: R Ralf Baechle

MIPS: pgtable.h: Remove commented out debugging printk.

Signed-off-by: NRalf Baechle <ralf@linux-mips.org>
上级 fb2b1dba
......@@ -107,7 +107,6 @@ static inline void set_pte(pte_t *ptep, pte_t pte)
ptep->pte_high = pte.pte_high;
smp_wmb();
ptep->pte_low = pte.pte_low;
//printk("pte_high %x pte_low %x\n", ptep->pte_high, ptep->pte_low);
if (pte.pte_low & _PAGE_GLOBAL) {
pte_t *buddy = ptep_buddy(ptep);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册