projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
de0c169
)
[MIPS] Fix typo in comment
author
Thiemo Seufer
<ths@networkno.de>
Fri, 29 Feb 2008 00:43:47 +0000
(
00:43
+0000)
committer
Ralf Baechle
<ralf@linux-mips.org>
Wed, 12 Mar 2008 14:14:41 +0000
(14:14 +0000)
We support now other page sizes as well.
Signed-off-by: Thiemo Seufer <ths@networkno.de>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/mm/tlb-r4k.c
patch
|
blob
|
blame
|
history
diff --git
a/arch/mips/mm/tlb-r4k.c
b/arch/mips/mm/tlb-r4k.c
index 74ae0348cc92533d483f0f2597d8429bfb4d07b7..2ad08fca598b897d4096672a95675b68d2444a20 100644
(file)
--- a/
arch/mips/mm/tlb-r4k.c
+++ b/
arch/mips/mm/tlb-r4k.c
@@
-473,7
+473,7
@@
void __init tlb_init(void)
* - 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);