diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2012-10-17 00:20:23 +0400 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2012-11-26 16:41:05 +0400 |
commit | 4b686893096c69227ed5a872a674563342bae048 (patch) | |
tree | 86372bbeb8899f5c206413edd208cf861134019d /arch/mips | |
parent | fb2b1dbadfb1c70f74d298f10e749d261dc0eb58 (diff) | |
download | linux-4b686893096c69227ed5a872a674563342bae048.tar.xz |
MIPS: pgtable.h: Remove commented out debugging printk.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips')
-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 c02158be836c..bc1c0fbf8d99 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); |