summaryrefslogtreecommitdiff
path: root/arch/s390
diff options
context:
space:
mode:
authorMichal Schmidt <mschmidt@redhat.com>2016-03-02 15:47:06 +0300
committerDavid S. Miller <davem@davemloft.net>2016-03-02 21:31:55 +0300
commit5cc5c2d2e5a46c7395a0453f9ea1a446ac4c1b97 (patch)
tree383440799941c8358c4a0633ebb38afa9d3c33f3 /arch/s390
parent9cd753a1f449b9af49a4c994ffab8c4f99d91f14 (diff)
downloadlinux-5cc5c2d2e5a46c7395a0453f9ea1a446ac4c1b97.tar.xz
bnx2x: fix sending VF->PF messages on big-endian
When a VF is sending a message to the PF, it needs to trigger the PF to tell it the message is ready. The trigger did not work on ppc64. No interrupt appeared in the PF. The bug is due to confusion about the layout of struct trigger_vf_zone. In bnx2x_send_msg2pf() the trigger is written using writeb(), not writel(), so the attempt to define the struct with a reversed layout on big-endian is counter-productive. Signed-off-by: Michal Schmidt <mschmidt@redhat.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'arch/s390')
0 files changed, 0 insertions, 0 deletions