* [PATCH] Fix typo in comment
@ 2008-02-29 0:43 Thiemo Seufer
2008-03-01 0:02 ` Ralf Baechle
0 siblings, 1 reply; 2+ messages in thread
From: Thiemo Seufer @ 2008-02-29 0:43 UTC (permalink / raw)
To: linux-mips; +Cc: ralf
Fix a typo, we support now other page sizes as well.
Signed-off-by: Thiemo Seufer <ths@networkno.de>
Index: linux.git/arch/mips/mm/tlb-r4k.c
===================================================================
--- linux.git.orig/arch/mips/mm/tlb-r4k.c 2008-02-27 02:41:03.000000000 +0000
+++ linux.git/arch/mips/mm/tlb-r4k.c 2008-02-27 02:41:56.000000000 +0000
@@ -473,7 +473,7 @@
* - On R4600 1.7 the tlbp never hits for pages smaller than
* the value in the c0_pagemask register.
* - The entire mm handling assumes the c0_pagemask register to
- * be set for 4kb pages.
+ * be set to fixed-size pages.
*/
probe_tlb(config);
write_c0_pagemask(PM_DEFAULT_MASK);
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2008-03-01 0:02 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-02-29 0:43 [PATCH] Fix typo in comment Thiemo Seufer
2008-03-01 0:02 ` Ralf Baechle
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox