Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F107747029
D30624.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
486 B
Referenced Files
None
Subscribers
None
D30624.diff
View Options
diff --git a/sys/x86/acpica/madt.c b/sys/x86/acpica/madt.c
--- a/sys/x86/acpica/madt.c
+++ b/sys/x86/acpica/madt.c
@@ -158,7 +158,9 @@
reason = "by DMAR table";
acpi_unmap_table(dmartbl);
}
- if (vm_guest == VM_GUEST_VMWARE) {
+ if (reason != NULL) {
+ /* Already disabled */
+ } else if (vm_guest == VM_GUEST_VMWARE) {
vmware_hvcall(VMW_HVCMD_GETVCPU_INFO, p);
if ((p[0] & VMW_VCPUINFO_VCPU_RESERVED) != 0 ||
(p[0] & VMW_VCPUINFO_LEGACY_X2APIC) == 0)
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Jan 18, 10:46 PM (22 h, 2 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
15901126
Default Alt Text
D30624.diff (486 B)
Attached To
Mode
D30624: Refactor madt_setup_local and add Samsung BIOSes to black list on Sandy
Attached
Detach File
Event Timeline
Log In to Comment