K 10 svn:author V 8 jhibbits K 8 svn:date V 27 2019-04-02T04:02:57.828226Z K 7 svn:log V 372 powernv: Port OPAL asynchronous framework to use the new message framework Since OPAL_GET_MSG does not discriminate between message types, asynchronous completion events may be received in the OPAL_GET_MSG call, which dequeues them from the list, thus preventing OPAL_CHECK_ASYNC_COMPLETION from succeeding. Handle this case by integrating with the messaging framework. END