FreeBSD Bugzilla – Attachment 141272 Details for
Bug 188010
madt_parse_nmi() checking incorrect flag
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 540 bytes, created by
Takuya ASADA
on 2014-03-27 05:40:00 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Takuya ASADA
Created:
2014-03-27 05:40:00 UTC
Size:
540 bytes
patch
obsolete
>diff --git a/sys/x86/acpica/madt.c b/sys/x86/acpica/madt.c >index 9dfb77f..3e8aee5 100644 >--- a/sys/x86/acpica/madt.c >+++ b/sys/x86/acpica/madt.c >@@ -492,7 +492,7 @@ madt_parse_nmi(ACPI_MADT_NMI_SOURCE *nmi) > if (!(nmi->IntiFlags & ACPI_MADT_TRIGGER_CONFORMS)) > ioapic_set_triggermode(ioapic, pin, > interrupt_trigger(nmi->IntiFlags, 0)); >- if (!(nmi->IntiFlags & ACPI_MADT_TRIGGER_CONFORMS)) >+ if (!(nmi->IntiFlags & ACPI_MADT_POLARITY_CONFORMS)) > ioapic_set_polarity(ioapic, pin, > interrupt_polarity(nmi->IntiFlags, 0)); > }
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 188010
: 141272