Updated from Linux LTS 3.10.25 to 3.10.26
This commit is contained in:
@@ -7482,7 +7482,7 @@ static inline int tg3_4g_overflow_test(dma_addr_t mapping, int len)
|
||||
{
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user