mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-25 10:01:02 +01:00
arm64 armreg.h: fix TCR_TBI1 definition
Submitted by: Greg V <greg@unrelenting.technology> Differential Revision: https://reviews.freebsd.org/D25411
This commit is contained in:
parent
a10f71c53a
commit
e46cf959d6
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=362542
@ -782,7 +782,7 @@
|
||||
#define TCR_HA_SHIFT 39
|
||||
#define TCR_HA (1UL << TCR_HA_SHIFT)
|
||||
#define TCR_TBI1_SHIFT 38
|
||||
#define TCR_TBI1 (1UL << TCR_TBI1_SHIFT
|
||||
#define TCR_TBI1 (1UL << TCR_TBI1_SHIFT)
|
||||
#define TCR_TBI0_SHIFT 37
|
||||
#define TCR_TBI0 (1U << TCR_TBI0_SHIFT)
|
||||
#define TCR_ASID_SHIFT 36
|
||||
|
Loading…
Reference in New Issue
Block a user