Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F107491072
D31682.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
452 B
Referenced Files
None
Subscribers
None
D31682.diff
View Options
diff --git a/sys/amd64/amd64/exception.S b/sys/amd64/amd64/exception.S
--- a/sys/amd64/amd64/exception.S
+++ b/sys/amd64/amd64/exception.S
@@ -524,7 +524,6 @@
SUPERALIGN_TEXT
IDTVEC(fast_syscall_pti)
swapgs
- lfence
cmpq $~0,PCPU(UCR3)
je fast_syscall_common
movq %rax,PCPU(SCRATCH_RAX)
@@ -535,7 +534,6 @@
SUPERALIGN_TEXT
IDTVEC(fast_syscall)
swapgs
- lfence
fast_syscall_common:
movq %rsp,PCPU(SCRATCH_RSP)
movq PCPU(RSP0),%rsp
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Wed, Jan 15, 11:11 PM (17 h, 21 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
15817153
Default Alt Text
D31682.diff (452 B)
Attached To
Mode
D31682: amd64: remove lfence after swapgs on syscall entry
Attached
Detach File
Event Timeline
Log In to Comment