Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F158688474
D55178.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
442 B
Referenced Files
None
Subscribers
None
D55178.diff
View Options
diff --git a/stand/efi/loader/arch/amd64/trap.c b/stand/efi/loader/arch/amd64/trap.c
--- a/stand/efi/loader/arch/amd64/trap.c
+++ b/stand/efi/loader/arch/amd64/trap.c
@@ -329,7 +329,7 @@
free_tables();
return (0);
}
- tss_pa = tss_desc->sd_lobase + (tss_desc->sd_hibase << 16);
+ tss_pa = tss_desc->sd_lobase + (tss_desc->sd_hibase << 24);
tss = (struct amd64tss *)tss_pa;
tss_desc->sd_type = SDT_SYSTSS; /* unbusy */
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Jun 5, 5:31 PM (15 h, 58 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
33760048
Default Alt Text
D55178.diff (442 B)
Attached To
Mode
D55178: loader.efi: tss_pa setup seems to be flawed in trap.c
Attached
Detach File
Event Timeline
Log In to Comment