projects
/
GitHub
/
exynos8895
/
android_kernel_samsung_universal8895.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fb2b1db
)
MIPS: pgtable.h: Remove commented out debugging printk.
author
Ralf Baechle
<ralf@linux-mips.org>
Tue, 16 Oct 2012 20:20:23 +0000
(22:20 +0200)
committer
Ralf 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
patch
|
blob
|
blame
|
history
diff --git
a/arch/mips/include/asm/pgtable.h
b/arch/mips/include/asm/pgtable.h
index c02158be836cc6793393eb4f3f3c094b3df1043f..bc1c0fbf8d998ddf9f0358e041357f6c7aab306b 100644
(file)
--- 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);