aboutsummaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorDavid S. Miller <davem@sunset.davemloft.net>2006-02-26 23:09:37 -0800
committerDavid S. Miller <davem@sunset.davemloft.net>2006-03-20 01:14:07 -0800
commit6889331a1260e42b0275f42c13d6342d6cc1a03d (patch)
tree5e8b06abbbe62316e9c8288af8d7e967be6e9163 /arch
parent[SPARC64]: Use 13-bit context size always. (diff)
downloadlinux-dev-6889331a1260e42b0275f42c13d6342d6cc1a03d.tar.xz
linux-dev-6889331a1260e42b0275f42c13d6342d6cc1a03d.zip
[SPARC64]: Fix indexing into kpte_linear_bitmap.
Need to shift back up by 3 bits to get 8-byte entry index. Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'arch')
-rw-r--r--arch/sparc64/kernel/ktlb.S1
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:
/* Divide by 64 to get the offset into the bitmask. */
srlx %g5, 6, %g5
+ sllx %g5, 3, %g5
/* kern_linear_pte_xor[((mask & bit) ? 1 : 0)] */
ldx [%g2 + %g5], %g2