]> www.infradead.org Git - users/jedix/linux-maple.git/commit
bnxt_en: Fix TX push operation on ARM64.
authorMichael Chan <michael.chan@broadcom.com>
Mon, 5 Sep 2016 05:57:35 +0000 (01:57 -0400)
committerDhaval Giani <dhaval.giani@oracle.com>
Fri, 20 Jan 2017 18:01:31 +0000 (13:01 -0500)
commit1f1798213cd146382b447c4dbe39cd193b8e9a9e
treeeeab7c46f83bb367b7feae672e03039516849db9
parent38669f4a39bd2564dcf160bc06603c98851f6b8d
bnxt_en: Fix TX push operation on ARM64.

Orabug: 24567991

There is a code path where we are calling __iowrite64_copy() on
an address that is not 64-bit aligned.  This causes an exception on
some architectures such as arm64.  Fix that code path by using
__iowrite32_copy().

Reported-by: JD Zheng <jiandong.zheng@broadcom.com>
Signed-off-by: Michael Chan <michael.chan@broadcom.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
(cherry picked from commit 9d13744bb75078175ab49408f2abb980e4dbccc9)
Signed-off-by: Brian Maly <brian.maly@oracle.com>
Signed-off-by: Dhaval Giani <dhaval.giani@oracle.com>
drivers/net/ethernet/broadcom/bnxt/bnxt.c