diff options
author | Ben Hutchings <ben@decadent.org.uk> | 2010-12-29 04:26:17 +0000 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2010-12-31 12:33:17 -0800 |
commit | f4d5900a99dbc354ef1ba384d445ff80ae4d77b4 (patch) | |
tree | 776a1733dcd37a812d4108a568dfef8689236e46 /drivers/atm | |
parent | 824f5f38d3005c346a043dedcfe8b048b699b81a (diff) | |
download | blackbird-op-linux-f4d5900a99dbc354ef1ba384d445ff80ae4d77b4.tar.gz blackbird-op-linux-f4d5900a99dbc354ef1ba384d445ff80ae4d77b4.zip |
starfire: Fix dma_addr_t size test for MIPS
Commit 56543af "starfire: use BUILD_BUG_ON for netdrv_addr_t" revealed
that the preprocessor condition used to find the size of dma_addr_t
yielded the wrong result for some architectures and configurations.
This was kluged for 64-bit PowerPC in commit 3e502e6 by adding yet
another case to the condition. However, 64-bit MIPS configurations
are not detected reliably either.
This should be fixed by using CONFIG_ARCH_DMA_ADDR_T_64BIT, but that
isn't yet defined everywhere it should be.
Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/atm')
0 files changed, 0 insertions, 0 deletions