Home
last modified time | relevance | path

Searched hist:"2 dfc1f73552d5aa5d9f6fa3e642f00e87952551c" (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/dev/acpica/
H A Dacpi_apei.cdiff 2dfc1f73552d5aa5d9f6fa3e642f00e87952551c Fri Dec 03 00:01:02 CET 2021 Alexander Motin <mav@FreeBSD.org> APEI: Improve multiple error sources handling.

Some AMD systems I have report 8 NMI and 3591 polled error sources.
Previous code could handle only one NMI source and used separate
callout for each polled source. New code can handle multiple NMIs
and groups polled sources by power of 2 of the polling period.

MFC after: 2 weeks