mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
ipmi: fix runtime on powerpc64le
Differential Revision: https://reviews.freebsd.org/D49530 (cherry picked from commit 2e16618fe789f110bd8d297b1c65b166fa60c2fe)
This commit is contained in:
parent
bebe2fea19
commit
1e84a6ba21
1 changed files with 1 additions and 0 deletions
|
|
@ -94,6 +94,7 @@ opal_ipmi_recv(struct opal_ipmi_softc *sc, uint64_t *msg_len, int timo)
|
|||
opal_call(OPAL_POLL_EVENTS, NULL);
|
||||
err = opal_call(OPAL_IPMI_RECV, sc->sc_interface,
|
||||
vtophys(sc->sc_msg), vtophys(msg_len));
|
||||
*msg_len = be64toh(*msg_len);
|
||||
if (err != OPAL_EMPTY)
|
||||
break;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue