Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F101955242
D40165.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
394 B
Referenced Files
None
Subscribers
None
D40165.diff
View Options
diff --git a/sys/arm64/arm64/locore.S b/sys/arm64/arm64/locore.S
--- a/sys/arm64/arm64/locore.S
+++ b/sys/arm64/arm64/locore.S
@@ -321,7 +321,7 @@
/* Zero vttbr_el2 so a hypervisor can tell the host and guest apart */
msr vttbr_el2, xzr
- mov x2, #(PSR_F | PSR_I | PSR_A | PSR_D | PSR_M_EL1h)
+ mov x2, #(PSR_DAIF | PSR_M_EL1h)
msr spsr_el2, x2
/* Configure GICv3 CPU interface */
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Wed, Nov 6, 6:49 PM (19 h, 16 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
14498346
Default Alt Text
D40165.diff (394 B)
Attached To
Mode
D40165: arm64: use PSR_DAIF instead of each individual flag
Attached
Detach File
Event Timeline
Log In to Comment