| To: | linux-mips@linux-mips.org |
|---|---|
| Subject: | [PATCH] Fix typo in comment |
| From: | Thiemo Seufer <ths@networkno.de> |
| Date: | Fri, 29 Feb 2008 00:43:47 +0000 |
| Cc: | ralf@linux-mips.org |
| Original-recipient: | rfc822;linux-mips@linux-mips.org |
| Sender: | linux-mips-bounce@linux-mips.org |
| User-agent: | Mutt/1.5.17+20080114 (2008-01-14) |
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);
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | Re: PNX8550 Broken on Linux 2.6.24 - Interrupt issues?, Ralf Baechle |
|---|---|
| Next by Date: | [PATCH] Fix PIO IDE on Broadcom SWARM, Thiemo Seufer |
| Previous by Thread: | PNX8550 Broken on Linux 2.6.24 - Interrupt issues?, Daniel Laird |
| Next by Thread: | [PATCH] Fix PIO IDE on Broadcom SWARM, Thiemo Seufer |
| Indexes: | [Date] [Thread] [Top] [All Lists] |