diff options
Diffstat (limited to 'arch/mips/mm/tlb-r4k.c')
-rw-r--r-- | arch/mips/mm/tlb-r4k.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/mips/mm/tlb-r4k.c b/arch/mips/mm/tlb-r4k.c index e90b2e899291..30639a6e9b8c 100644 --- a/arch/mips/mm/tlb-r4k.c +++ b/arch/mips/mm/tlb-r4k.c | |||
@@ -489,6 +489,8 @@ static void r4k_tlb_configure(void) | |||
489 | #ifdef CONFIG_64BIT | 489 | #ifdef CONFIG_64BIT |
490 | pg |= PG_ELPA; | 490 | pg |= PG_ELPA; |
491 | #endif | 491 | #endif |
492 | if (cpu_has_rixiex) | ||
493 | pg |= PG_IEC; | ||
492 | write_c0_pagegrain(pg); | 494 | write_c0_pagegrain(pg); |
493 | } | 495 | } |
494 | 496 | ||