Re: [PATCH] [TULIP] Fix section mismatch in de2104x.c

2006-10-06 Thread Jeff Garzik
Matthew Wilcox wrote: On Fri, Oct 06, 2006 at 03:44:30PM -0400, Jeff Garzik wrote: Matthew Wilcox wrote: On Fri, Oct 06, 2006 at 03:18:33PM -0400, Jeff Garzik wrote: This device will never ever meet a platform where it can be hotplugged. According to a FreeBSD list from 1995, you could get th

Re: [PATCH] [TULIP] Fix section mismatch in de2104x.c

2006-10-06 Thread Matthew Wilcox
On Fri, Oct 06, 2006 at 03:44:30PM -0400, Jeff Garzik wrote: > Matthew Wilcox wrote: > >On Fri, Oct 06, 2006 at 03:18:33PM -0400, Jeff Garzik wrote: > >>This device will never ever meet a platform where it can be hotplugged. > > > >According to a FreeBSD list from 1995, you could get these chips on

Re: [PATCH] [TULIP] Fix section mismatch in de2104x.c

2006-10-06 Thread Jeff Garzik
Matthew Wilcox wrote: On Fri, Oct 06, 2006 at 03:18:33PM -0400, Jeff Garzik wrote: Stephen Hemminger wrote: On Fri, 06 Oct 2006 12:12:34 -0600 Matthew Wilcox <[EMAIL PROTECTED]> wrote: From: Helge Deller <[EMAIL PROTECTED]> WARNING: drivers/net/tulip/de2104x.o - Section mismatch: reference t

Re: [PATCH] [TULIP] Fix section mismatch in de2104x.c

2006-10-06 Thread Matthew Wilcox
On Fri, Oct 06, 2006 at 03:18:33PM -0400, Jeff Garzik wrote: > Stephen Hemminger wrote: > >On Fri, 06 Oct 2006 12:12:34 -0600 > >Matthew Wilcox <[EMAIL PROTECTED]> wrote: > > > >>From: Helge Deller <[EMAIL PROTECTED]> > >> > >>WARNING: drivers/net/tulip/de2104x.o - Section mismatch: reference to >

More info on section mismatches (was Re: [PATCH] [TULIP] Fix section mismatch in de2104x.c)

2006-10-06 Thread Valerie Henson
On Fri, Oct 06, 2006 at 02:39:41PM -0400, Jeff Garzik wrote: > Matthew Wilcox wrote: > >From: Helge Deller <[EMAIL PROTECTED]> > > > >WARNING: drivers/net/tulip/de2104x.o - Section mismatch: reference to > >.init.text:de_init_one from .data.rel.local after 'de_driver' (at offset > >0x20) > >WARNI

Re: [PATCH] [TULIP] Fix section mismatch in de2104x.c

2006-10-06 Thread Jeff Garzik
Stephen Hemminger wrote: On Fri, 06 Oct 2006 12:12:34 -0600 Matthew Wilcox <[EMAIL PROTECTED]> wrote: From: Helge Deller <[EMAIL PROTECTED]> WARNING: drivers/net/tulip/de2104x.o - Section mismatch: reference to .init.text:de_init_one from .data.rel.local after 'de_driver' (at offset 0x20) WAR

Re: [PATCH] [TULIP] Fix section mismatch in de2104x.c

2006-10-06 Thread Stephen Hemminger
On Fri, 06 Oct 2006 12:12:34 -0600 Matthew Wilcox <[EMAIL PROTECTED]> wrote: > From: Helge Deller <[EMAIL PROTECTED]> > > WARNING: drivers/net/tulip/de2104x.o - Section mismatch: reference to > .init.text:de_init_one from .data.rel.local after 'de_driver' (at offset 0x20) > WARNING: drivers/net/

Re: [PATCH] [TULIP] Fix section mismatch in de2104x.c

2006-10-06 Thread Jeff Garzik
Matthew Wilcox wrote: On Fri, Oct 06, 2006 at 02:39:41PM -0400, Jeff Garzik wrote: I'm a bit blind, so help me out here... what precisely is mismatched? AFAICS everything is properly marked __init or __exit. Wasn't my patch, but the markings are now consistent with tulip_core at least. Tha

Re: [PATCH] [TULIP] Fix section mismatch in de2104x.c

2006-10-06 Thread Matthew Wilcox
On Fri, Oct 06, 2006 at 02:39:41PM -0400, Jeff Garzik wrote: > I'm a bit blind, so help me out here... what precisely is mismatched? > > AFAICS everything is properly marked __init or __exit. Wasn't my patch, but the markings are now consistent with tulip_core at least. - To unsubscribe from thi

Re: [PATCH] [TULIP] Fix section mismatch in de2104x.c

2006-10-06 Thread Jeff Garzik
Matthew Wilcox wrote: From: Helge Deller <[EMAIL PROTECTED]> WARNING: drivers/net/tulip/de2104x.o - Section mismatch: reference to .init.text:de_init_one from .data.rel.local after 'de_driver' (at offset 0x20) WARNING: drivers/net/tulip/de2104x.o - Section mismatch: reference to .exit.text:de_

[PATCH] [TULIP] Fix section mismatch in de2104x.c

2006-10-06 Thread Matthew Wilcox
From: Helge Deller <[EMAIL PROTECTED]> WARNING: drivers/net/tulip/de2104x.o - Section mismatch: reference to .init.text:de_init_one from .data.rel.local after 'de_driver' (at offset 0x20) WARNING: drivers/net/tulip/de2104x.o - Section mismatch: reference to .exit.text:de_remove_one from .data.re