aboutsummaryrefslogtreecommitdiffstats
path: root/arch/cris/arch-v32/mm/mmu.S
diff options
context:
space:
mode:
Diffstat (limited to 'arch/cris/arch-v32/mm/mmu.S')
-rw-r--r--arch/cris/arch-v32/mm/mmu.S4
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/cris/arch-v32/mm/mmu.S b/arch/cris/arch-v32/mm/mmu.S
index 72727c1d8e60..c0981044eccb 100644
--- a/arch/cris/arch-v32/mm/mmu.S
+++ b/arch/cris/arch-v32/mm/mmu.S
@@ -115,11 +115,7 @@
115 move.d $r0, [$r1] ; last_refill_cause = rw_mm_cause 115 move.d $r0, [$r1] ; last_refill_cause = rw_mm_cause
116 116
1173: ; Probably not in a loop, continue normal processing 1173: ; Probably not in a loop, continue normal processing
118#ifdef CONFIG_SMP
119 move $s7, $acr ; PGD
120#else
121 move.d current_pgd, $acr ; PGD 118 move.d current_pgd, $acr ; PGD
122#endif
123 ; Look up PMD in PGD 119 ; Look up PMD in PGD
124 lsrq 24, $r0 ; Get PMD index into PGD (bit 24-31) 120 lsrq 24, $r0 ; Get PMD index into PGD (bit 24-31)
125 move.d [$acr], $acr ; PGD for the current process 121 move.d [$acr], $acr ; PGD for the current process