Page MenuHomeFreeBSD

D43385.diff
No OneTemporary

D43385.diff

diff --git a/sys/dev/acpica/acpi_apei.c b/sys/dev/acpica/acpi_apei.c
--- a/sys/dev/acpica/acpi_apei.c
+++ b/sys/dev/acpica/acpi_apei.c
@@ -234,6 +234,9 @@
if (p->ValidationBits & 0x200000)
printf(" Chip Identification: %u\n", (p->Extended >> 5) & 0x7);
+ if (ged->ErrorSeverity == ACPI_HEST_GEN_ERROR_FATAL)
+ panic("fatal memory error\n");
+
return (0);
}

File Metadata

Mime Type
text/plain
Expires
Sat, Dec 20, 9:47 PM (12 m, 24 s)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
27101375
Default Alt Text
D43385.diff (371 B)

Event Timeline