aboutsummaryrefslogtreecommitdiff
path: root/sys/powerpc/booke/trap_subr.S
diff options
context:
space:
mode:
authorJustin Hibbits <jhibbits@FreeBSD.org>2017-10-20 03:31:23 +0000
committerJustin Hibbits <jhibbits@FreeBSD.org>2017-10-20 03:31:23 +0000
commitd41742b58528a743e3fdde2fcaed31987b01ae66 (patch)
treea2b801123c8db234ec2e2e237d502f8626781f12 /sys/powerpc/booke/trap_subr.S
parentd95498d44f652a50c728e1d985a455f70a201f6e (diff)
Notes
Diffstat (limited to 'sys/powerpc/booke/trap_subr.S')
-rw-r--r--sys/powerpc/booke/trap_subr.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/powerpc/booke/trap_subr.S b/sys/powerpc/booke/trap_subr.S
index 55b8f1a7de3c0..836f863386720 100644
--- a/sys/powerpc/booke/trap_subr.S
+++ b/sys/powerpc/booke/trap_subr.S
@@ -365,7 +365,7 @@
ld %r30, (TLBSAVE_BOOKE_R30)(br); \
ld %r31, (TLBSAVE_BOOKE_R31)(br);
#define TLB_NEST(outr,inr) \
- rlwinm outr, inr, 7, 23, 24; /* 8 x TLBSAVE_LEN */
+ rlwinm outr, inr, 7, 22, 24; /* 8 x TLBSAVE_LEN */
#else
#define TLB_SAVE_REGS(br) \
stmw %r20, TLBSAVE_BOOKE_R20(br)