|
@@ -7622,7 +7622,7 @@ static inline int tg3_4g_overflow_test(dma_addr_t mapping, int len)
|
|
{
|
|
{
|
|
u32 base = (u32) mapping & 0xffffffff;
|
|
u32 base = (u32) mapping & 0xffffffff;
|
|
|
|
|
|
- return (base > 0xffffdcc0) && (base + len + 8 < base);
|
|
|
|
|
|
+ return base + len + 8 < base;
|
|
}
|
|
}
|
|
|
|
|
|
/* Test for TSO DMA buffers that cross into regions which are within MSS bytes
|
|
/* Test for TSO DMA buffers that cross into regions which are within MSS bytes
|