aboutsummaryrefslogtreecommitdiffstats
path: root/arch/xtensa/mm/init.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/xtensa/mm/init.c')
-rw-r--r--arch/xtensa/mm/init.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/xtensa/mm/init.c b/arch/xtensa/mm/init.c
index e1ec2d1e8189..8415c76f11c2 100644
--- a/arch/xtensa/mm/init.c
+++ b/arch/xtensa/mm/init.c
@@ -205,7 +205,7 @@ void __init init_mmu (void)
205 /* Writing zeros to the <t>TLBCFG special registers ensure 205 /* Writing zeros to the <t>TLBCFG special registers ensure
206 * that valid values exist in the register. For existing 206 * that valid values exist in the register. For existing
207 * PGSZID<w> fields, zero selects the first element of the 207 * PGSZID<w> fields, zero selects the first element of the
208 * page-size array. For nonexistant PGSZID<w> fields, zero is 208 * page-size array. For nonexistent PGSZID<w> fields, zero is
209 * the best value to write. Also, when changing PGSZID<w> 209 * the best value to write. Also, when changing PGSZID<w>
210 * fields, the corresponding TLB must be flushed. 210 * fields, the corresponding TLB must be flushed.
211 */ 211 */