diff options
| author | Justin Hibbits <jhibbits@FreeBSD.org> | 2017-10-20 03:31:23 +0000 |
|---|---|---|
| committer | Justin Hibbits <jhibbits@FreeBSD.org> | 2017-10-20 03:31:23 +0000 |
| commit | d41742b58528a743e3fdde2fcaed31987b01ae66 (patch) | |
| tree | a2b801123c8db234ec2e2e237d502f8626781f12 /sys/powerpc/booke/trap_subr.S | |
| parent | d95498d44f652a50c728e1d985a455f70a201f6e (diff) | |
Notes
Diffstat (limited to 'sys/powerpc/booke/trap_subr.S')
| -rw-r--r-- | sys/powerpc/booke/trap_subr.S | 2 |
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) |
