]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
MIPS: pgtable.h: Remove commented out debugging printk.
authorRalf Baechle <ralf@linux-mips.org>
Tue, 16 Oct 2012 20:20:23 +0000 (22:20 +0200)
committerRalf Baechle <ralf@linux-mips.org>
Mon, 26 Nov 2012 12:41:05 +0000 (13:41 +0100)
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/include/asm/pgtable.h

index c02158be836cc6793393eb4f3f3c094b3df1043f..bc1c0fbf8d998ddf9f0358e041357f6c7aab306b 100644 (file)
@@ -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);