]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
e1000e triggers sparc32 gcc bug
authorAl Viro <viro@ZenIV.linux.org.uk>
Sun, 27 Apr 2008 05:15:42 +0000 (06:15 +0100)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sun, 27 Apr 2008 17:09:32 +0000 (10:09 -0700)
... and isn't possible on sparc32 boxen anyway, unless somebody
had done JavaStation with PCIE lately.

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Acked-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
drivers/net/Kconfig

index 0697aa8ea77459d4c36a7f991007c56b7bd967d2..8082c1d142df7e4c15982a40436c9e2110723644 100644 (file)
@@ -2011,7 +2011,7 @@ config E1000_DISABLE_PACKET_SPLIT
 
 config E1000E
        tristate "Intel(R) PRO/1000 PCI-Express Gigabit Ethernet support"
-       depends on PCI
+       depends on PCI && (!SPARC32 || BROKEN)
        ---help---
          This driver supports the PCI-Express Intel(R) PRO/1000 gigabit
          ethernet family of adapters. For PCI or PCI-X e1000 adapters,