diff options
author | Esben Haabendal <esben@geanix.com> | 2019-04-30 09:17:50 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2019-05-01 14:33:30 -0400 |
commit | d84aec42151b489c4ca6e342ff5233c4789f5b90 (patch) | |
tree | 963be7d72aed6fd13dee5f9811ff61c811ea886d /drivers/misc/ibmasm/dot_command.c | |
parent | 8425c41d1ef762cc15d9501d7117f009a79f3fe9 (diff) |
net: ll_temac: Fix support for 64-bit platforms
The use of buffer descriptor APP4 field (32-bit) for storing skb pointer
obviously does not work on 64-bit platforms.
As APP3 is also unused, we can use that to store the other half of 64-bit
pointer values.
Contrary to what is hinted at in commit message of commit 15bfe05c8d63
("net: ethernet: xilinx: Mark XILINX_LL_TEMAC broken on 64-bit")
there are no other pointers stored in cdmac_bd.
Signed-off-by: Esben Haabendal <esben@geanix.com>
Reviewed-by: Andrew Lunn <andrew@lunn.ch>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/misc/ibmasm/dot_command.c')
0 files changed, 0 insertions, 0 deletions