diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2012-10-16 22:20:23 +0200 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2012-11-26 13:41:05 +0100 |
commit | 4b686893096c69227ed5a872a674563342bae048 (patch) | |
tree | 86372bbeb8899f5c206413edd208cf861134019d /arch/mips/include/asm/pgtable.h | |
parent | fb2b1dbadfb1c70f74d298f10e749d261dc0eb58 (diff) | |
download | op-kernel-dev-4b686893096c69227ed5a872a674563342bae048.zip op-kernel-dev-4b686893096c69227ed5a872a674563342bae048.tar.gz |
MIPS: pgtable.h: Remove commented out debugging printk.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/include/asm/pgtable.h')
-rw-r--r-- | arch/mips/include/asm/pgtable.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/mips/include/asm/pgtable.h b/arch/mips/include/asm/pgtable.h index c02158b..bc1c0fb 100644 --- a/arch/mips/include/asm/pgtable.h +++ b/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); |