mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Correct the SRR1 mask, it's 10-15 not 10-11.
X-MFC-with: r263464,r263752
This commit is contained in:
parent
4ceda9d362
commit
a1e7448e2c
1 changed files with 1 additions and 1 deletions
|
|
@ -96,7 +96,7 @@
|
|||
#else
|
||||
#define PSL_KERNSET (PSL_EE | PSL_ME | PSL_IR | PSL_DR | PSL_RI)
|
||||
#endif
|
||||
#define PSL_SRR1_MASK 0x78300000UL /* Bits 1-4, 10-15 (ppc32), 33-36, 42-47 (ppc64) */
|
||||
#define PSL_SRR1_MASK 0x783f0000UL /* Bits 1-4, 10-15 (ppc32), 33-36, 42-47 (ppc64) */
|
||||
#endif
|
||||
|
||||
#define PSL_USERSET (PSL_KERNSET | PSL_PR)
|
||||
|
|
|
|||
Loading…
Reference in a new issue