* Re: [PATCH][2.5] serial8250_init premature release [not found] <Pine.LNX.4.44.0210110034170.13310-100000@montezuma.mastecende.com> @ 2002-10-11 8:23 ` Russell King 2002-10-11 8:31 ` Andrew Morton 0 siblings, 1 reply; 2+ messages in thread From: Russell King @ 2002-10-11 8:23 UTC (permalink / raw) To: Zwane Mwaikambo; +Cc: Linux Kernel, Andrew Morton On Fri, Oct 11, 2002 at 12:35:41AM -0400, Zwane Mwaikambo wrote: > --- linux-2.5.41-mm/drivers/serial/8250.c.orig 2002-10-11 00:33:09.000000000 -0400 > +++ linux-2.5.41-mm/drivers/serial/8250.c 2002-10-11 00:33:11.000000000 -0400 > @@ -2051,7 +2051,7 @@ > } > #endif > > -int __init serial8250_init(void) > +int serial8250_init(void) > { > int ret, i; > static int didit = 0; > This doesn't apply to my tree. serial8250_init should not be called at any other time than initialisation. -- Russell King (rmk@arm.linux.org.uk) The developer of ARM Linux http://www.arm.linux.org.uk/personal/aboutme.html ^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH][2.5] serial8250_init premature release 2002-10-11 8:23 ` [PATCH][2.5] serial8250_init premature release Russell King @ 2002-10-11 8:31 ` Andrew Morton 0 siblings, 0 replies; 2+ messages in thread From: Andrew Morton @ 2002-10-11 8:31 UTC (permalink / raw) To: Russell King; +Cc: Zwane Mwaikambo, Linux Kernel Russell King wrote: > > On Fri, Oct 11, 2002 at 12:35:41AM -0400, Zwane Mwaikambo wrote: > > --- linux-2.5.41-mm/drivers/serial/8250.c.orig 2002-10-11 00:33:09.000000000 -0400 > > +++ linux-2.5.41-mm/drivers/serial/8250.c 2002-10-11 00:33:11.000000000 -0400 > > @@ -2051,7 +2051,7 @@ > > } > > #endif > > > > -int __init serial8250_init(void) > > +int serial8250_init(void) > > { > > int ret, i; > > static int didit = 0; > > > > This doesn't apply to my tree. serial8250_init should not be called at > any other time than initialisation. > Ah, so that's why I was Cc'ed ;) The kgdb patch calls that function later on. ^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2002-10-11 8:25 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <Pine.LNX.4.44.0210110034170.13310-100000@montezuma.mastecende.com>
2002-10-11 8:23 ` [PATCH][2.5] serial8250_init premature release Russell King
2002-10-11 8:31 ` Andrew Morton
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox