aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mm/fault.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/mm/fault.c')
-rw-r--r--arch/arm/mm/fault.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/arm/mm/fault.c b/arch/arm/mm/fault.c
index 5bb48356d21..c3bd8345022 100644
--- a/arch/arm/mm/fault.c
+++ b/arch/arm/mm/fault.c
@@ -432,9 +432,6 @@ do_translation_fault(unsigned long addr, unsigned int fsr,
432 432
433 index = pgd_index(addr); 433 index = pgd_index(addr);
434 434
435 /*
436 * FIXME: CP15 C1 is write only on ARMv3 architectures.
437 */
438 pgd = cpu_get_pgd() + index; 435 pgd = cpu_get_pgd() + index;
439 pgd_k = init_mm.pgd + index; 436 pgd_k = init_mm.pgd + index;
440 437