arch: Remove Itanium (IA-64) architecture
[sfrench/cifs-2.6.git] / drivers / net / ethernet / broadcom / tg3.c
index 14b311196b8f8547b589a2e9e7a5afe789eaee7a..c7c1ff38ea33c8153a6aaaebcc66eacc94d4e3fe 100644 (file)
@@ -17005,7 +17005,7 @@ static u32 tg3_calc_dma_bndry(struct tg3 *tp, u32 val)
            !tg3_flag(tp, PCI_EXPRESS))
                goto out;
 
-#if defined(CONFIG_PPC64) || defined(CONFIG_IA64) || defined(CONFIG_PARISC)
+#if defined(CONFIG_PPC64) || defined(CONFIG_PARISC)
        goal = BOUNDARY_MULTI_CACHELINE;
 #else
 #if defined(CONFIG_SPARC64) || defined(CONFIG_ALPHA)