]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
powernv: Port HMI handler to use the message framework
authorjhibbits <jhibbits@FreeBSD.org>
Mon, 10 Jun 2019 03:24:38 +0000 (03:24 +0000)
committerjhibbits <jhibbits@FreeBSD.org>
Mon, 10 Jun 2019 03:24:38 +0000 (03:24 +0000)
commitaa25f63c87c31a60ad3f50e756799628eb142c4a
tree9edaae230bbd095a2c6af9e1f0c96f240fffc35a
parentd49acc7156b3b62ce74d6401232c7cdeff9961e6
powernv: Port HMI handler to use the message framework

When an HMI occurs a message event also gets created with the details of the
exception.  Hook into the messaging framework to retrieve the HMI message.
Nothing is done with it yet, except to panic on unhandled exception.
sys/powerpc/powernv/opal_hmi.c