Expand the TLB nest level mask to 3 bits to match the 32-bit mask
This really doesn't change anything right now, because BOOKE_TLB_MAXNEST is only 3, which fits into the 2 bits currently used.
This commit is contained in:
parent
c26a9dfc26
commit
eb326d5203
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user