]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'ipa-32bit'
authorDavid S. Miller <davem@davemloft.net>
Thu, 18 Mar 2021 23:20:35 +0000 (16:20 -0700)
committerDavid S. Miller <davem@davemloft.net>
Thu, 18 Mar 2021 23:20:35 +0000 (16:20 -0700)
commit39b7776640b961c83b5b3a8dae0b348690c30dee
tree3eaeff38fb6e99fdc8309396cef5e735d74074b9
parent7147949b768bc5c0e75c40074c5b10a95b608aac
parent14066e0c98e68e4e7af38113d7eee437f1c3f7e2
Merge branch 'ipa-32bit'

Alex Elder says:

====================
net: ipa: support 32-bit targets

There is currently a configuration dependency that restricts IPA to
be supported only on 64-bit machines.  There are only a few things
that really require that, and those are fixed in this series.  The
last patch in the series removes the CONFIG_64BIT build dependency
for IPA.

Version 2 of this series uses upper_32_bits() rather than creating
a new function to extract bits out of a DMA address.  Version 3 of
uses lower_32_bits() as well.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>