mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-12-20 07:14:26 +01: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
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=264189
@ -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 New Issue
Block a user