* [PATCH] e1000e triggers sparc32 gcc bug
@ 2008-04-27 5:15 Al Viro
2008-04-27 5:19 ` David Miller
0 siblings, 1 reply; 4+ messages in thread
From: Al Viro @ 2008-04-27 5:15 UTC (permalink / raw)
To: Linus Torvalds; +Cc: David Miller, linux-kernel, Jeff Garzik
... 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>
---
diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig
index b6ebcb9..733db3d 100644
--- a/drivers/net/Kconfig
+++ b/drivers/net/Kconfig
@@ -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,
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [PATCH] e1000e triggers sparc32 gcc bug
2008-04-27 5:15 [PATCH] e1000e triggers sparc32 gcc bug Al Viro
@ 2008-04-27 5:19 ` David Miller
2008-04-28 17:43 ` Kok, Auke
0 siblings, 1 reply; 4+ messages in thread
From: David Miller @ 2008-04-27 5:19 UTC (permalink / raw)
To: viro; +Cc: torvalds, linux-kernel, jgarzik
From: Al Viro <viro@ZenIV.linux.org.uk>
Date: Sun, 27 Apr 2008 06:15:42 +0100
> ... 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>
Unfortunately this is necessary, every gcc I've tried triggers
a reload bug on 32-bit sparc.
Meanwhile I'll try and get the gcc bug fixed.
Thanks Al.
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] e1000e triggers sparc32 gcc bug
2008-04-27 5:19 ` David Miller
@ 2008-04-28 17:43 ` Kok, Auke
2008-04-28 21:24 ` David Miller
0 siblings, 1 reply; 4+ messages in thread
From: Kok, Auke @ 2008-04-28 17:43 UTC (permalink / raw)
To: David Miller, viro; +Cc: torvalds, linux-kernel, jgarzik
David Miller wrote:
> From: Al Viro <viro@ZenIV.linux.org.uk>
> Date: Sun, 27 Apr 2008 06:15:42 +0100
>
>> ... 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>
>
> Unfortunately this is necessary, every gcc I've tried triggers
> a reload bug on 32-bit sparc.
>
> Meanwhile I'll try and get the gcc bug fixed.
>
> Thanks Al.
wow, that's pretty bad - anything I can do? We're severely limited in sparc
systems here...
Auke
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] e1000e triggers sparc32 gcc bug
2008-04-28 17:43 ` Kok, Auke
@ 2008-04-28 21:24 ` David Miller
0 siblings, 0 replies; 4+ messages in thread
From: David Miller @ 2008-04-28 21:24 UTC (permalink / raw)
To: auke-jan.h.kok; +Cc: viro, torvalds, linux-kernel, jgarzik
From: "Kok, Auke" <auke-jan.h.kok@intel.com>
Date: Mon, 28 Apr 2008 10:43:22 -0700
> wow, that's pretty bad - anything I can do? We're severely limited in sparc
> systems here...
Al caught this with a cross-compile :-)
Don't worry about this, I or someone else will try to get it fixed
up somehow.
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2008-04-28 21:24 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-04-27 5:15 [PATCH] e1000e triggers sparc32 gcc bug Al Viro
2008-04-27 5:19 ` David Miller
2008-04-28 17:43 ` Kok, Auke
2008-04-28 21:24 ` David Miller
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.