Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F143460257
D49530.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
356 B
Referenced Files
None
Subscribers
None
D49530.diff
View Options
diff --git a/sys/dev/ipmi/ipmi_opal.c b/sys/dev/ipmi/ipmi_opal.c
--- a/sys/dev/ipmi/ipmi_opal.c
+++ b/sys/dev/ipmi/ipmi_opal.c
@@ -93,6 +93,7 @@
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;
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Jan 31, 4:17 PM (17 h, 58 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
28124984
Default Alt Text
D49530.diff (356 B)
Attached To
Mode
D49530: ipmi: fix runtime on powerpc64le
Attached
Detach File
Event Timeline
Log In to Comment