commit | 3c18cbe33711d7f46aa3787c79ff809011f54b40 | [log] [tgz] |
---|---|---|
author | Heiner Kallweit <hkallweit1@gmail.com> | Thu Jun 27 23:12:39 2019 +0200 |
committer | David S. Miller <davem@davemloft.net> | Sat Jun 29 12:29:39 2019 -0700 |
tree | f34176a178b697bb83d0ab52169ac8c03fa001cb | |
parent | 759d095741721888b6ee51afa74e0a66ce65e974 [diff] |
r8169: consider that 32 Bit DMA is the default Documentation/DMA-API-HOWTO.txt states: By default, the kernel assumes that your device can address 32-bits of DMA addressing. For a 64-bit capable device, this needs to be increased, and for a device with limitations, it needs to be decreased. Therefore we don't need the 32 Bit DMA fallback configuration and can remove it. Signed-off-by: Heiner Kallweit <hkallweit1@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>