commit | 56b4c993124d15f3b198cc757ba49a0022b5d695 | [log] [tgz] |
---|---|---|
author | Anton Blanchard <anton@samba.org> | Tue Apr 22 15:01:24 2014 +1000 |
committer | Benjamin Herrenschmidt <benh@kernel.crashing.org> | Mon Apr 28 13:11:22 2014 +1000 |
tree | 899377b5b63e30933c50f4d21068e41c0f737f4f | |
parent | e2c8b93e65935498d9bd419cec900221ace70c5b [diff] |
powerpc/powernv: Fix little endian issues with opal_do_notifier calls The bitmap in opal_poll_events and opal_handle_interrupt is big endian, so we need to byteswap it on little endian builds. Signed-off-by: Anton Blanchard <anton@samba.org> Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>