diff options
Diffstat (limited to 'arch/sparc64')
-rw-r--r-- | arch/sparc64/kernel/ktlb.S | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/sparc64/kernel/ktlb.S b/arch/sparc64/kernel/ktlb.S index efcf38b6e284..31da1e564c95 100644 --- a/arch/sparc64/kernel/ktlb.S +++ b/arch/sparc64/kernel/ktlb.S | |||
@@ -163,6 +163,7 @@ kvmap_dtlb_tsb4m_miss: | |||
163 | 163 | ||
164 | /* Divide by 64 to get the offset into the bitmask. */ | 164 | /* Divide by 64 to get the offset into the bitmask. */ |
165 | srlx %g5, 6, %g5 | 165 | srlx %g5, 6, %g5 |
166 | sllx %g5, 3, %g5 | ||
166 | 167 | ||
167 | /* kern_linear_pte_xor[((mask & bit) ? 1 : 0)] */ | 168 | /* kern_linear_pte_xor[((mask & bit) ? 1 : 0)] */ |
168 | ldx [%g2 + %g5], %g2 | 169 | ldx [%g2 + %g5], %g2 |