瀏覽代碼

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

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Ralf Baechle 13 年之前
父節點
當前提交
4b68689309
共有 1 個文件被更改,包括 0 次插入1 次删除
  1. 0 1
      arch/mips/include/asm/pgtable.h

+ 0 - 1
arch/mips/include/asm/pgtable.h

@@ -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);